geb/selenium You may only interact with visible elements
I'm trying to run a geb test for a grails webpage. The page displays a table. The third "td" in each table row has an internal "a href" link. the test is supposed to click on that cell. the table...
View ArticleHow do I create a variable-number of inputs for a form?
I have a database that stores reference information for various projects that need to be updated on a recurring basis (e.g. project A might have fields "Day completed" and "Cost" while project B might...
View ArticleCan't Display [object HTMLImageElement]
I am trying to get an image from html that I have using fetch(). I am using Cors anywhere proxy to not have a problem with CORES. Here is the code I am using that I have altered from...
View ArticleWhy does the HTML base and href tag (etc.) map a normal integer to an IP...
I'm playing around and found out the following:When I type //<some_number> in the base tag, it maps all the IP addresses from 0 to 4294967295. I know that there are 4294967296 in total, but why...
View ArticleHow to Vertically and Horizontally Align Text Next to an Image
I've been trying to build a website, and I've been having trouble. My nav bar is pretty funky sometimes and I can't align text like I want to. Beneath my nav bar, on the content of the page, I want a...
View ArticleCSS positioning problem flex-box grid with floating text
I try to have an aside, but i don't get an issue for the nav menu and the aside. The text would be around the float:left for the200x200 images. I would like to position well done like the image is....
View ArticleMicrosoft Edge html style attribute ignored
I want a div to have a dynamic background defined by PHP. So I use the style attribute of the div to define background, background-size, background-position and background-repeat. In Chrome and Firefox...
View ArticleHow to stop event propagation with inline onclick attribute?
Consider the following:<div onclick="alert('you clicked the header')" class="header"> <span onclick="alert('you clicked inside the header');">something inside the header</span>...
View ArticleWagtail: Method to programmatically build direct child url from current page
I am attempting to build a snippet based navigation bar. The links to be contained in this navigation bar all refer to child pages whose names will be the same in each instance of this snippet like...
View ArticleDragging selected text to copy/move it within a webpage?
I'd like to replicate the behaviour of dragging selected text, to move it in/into a text input or textarea, within a webpage.I'd like to know if it's possible (using a mouse drag of a selection)...
View ArticleWhen clicking the delete button, I have to to click twice to post the...
The Delete button on my my_admin.php file is requiring it to be clicked twice to then bring up the confirmation options to post to the server the requested deletion request. Can anyone please tell me...
View ArticleRuntime error 91 when pulling Google Translate Output
I'm making a VBA function which will translate text to another language by pulling the translated text from Google Translate using "getelementsByClassName". I'm pulling the correct information, and...
View ArticleLive Chat Feture 3rd party sugestions - advise needed [closed]
Currently, I'm building a website for a luxury van shuttle service company and I have run into a bit of a wall. I need a low beget framework/service that would allow me to integrate live chat similar...
View ArticleConditionally rendering an array within an array within the return statement?
I've tried many of the methods outlined by other users, but no dice. I'm not sure what I'm doing wrong.Essentially, I'm referencing idNumbers, an array of booleans (initialized to false), with each...
View ArticleHow to 'text-center' without include span tag
How to text-center without include span tag . I want my text show in a middle but the text on the side don't disturb it.<link rel="stylesheet"...
View ArticleUnstable CSS, each page shows different
how can i fix this css error that moves for every page? I would like to center the element to scroll the slide for each product and each page, but it moves when I open different pages. Here is how I...
View ArticleHow to get selected text position from textarea in JavaScript?
I want to get the selected text position using javascript. For example, I have a simple textarea.#input-text { resize: none; width: 50%; height: 50px; margin: 1rem auto; }<textarea...
View ArticleGetting Thumbnail from an external URL
I need to retreive image from an external link using php. I am not interested to use services like Embed.ly I tried this one: https://www.webslake.com/article/generating-link-preview-using-php/But it...
View ArticleAlign header elements vertically gatsby JS, SCSS
I have a nav bar that I've made in Gatsby using SCSS to style it. For some reason, the "Luke" element and the rest of the list are slightly misaligned vertically. I'm not sure why and have tried...
View ArticleHow to redirect to other routerlink in Angular?
I am doing a project that is able to let user fill in student details and the is an Edit button which will display the student details into the input area.There are two routerlink in my project = Add...
View Article