6,274 questions
Best practices
0
votes
0
replies
26
views
XML: how to updateXML an attribute of multiple (nested) elements at once?
An Oracle table consists of records with one XMLTYPE-column, one record per real-world object (forms-application).
Each XML column contains a document like this: one <Module> contanins one <...
0
votes
0
answers
251
views
How to correctly capture the updated layout from a streamlit-elements dashboard.Grid in session state
I am developing a financial dashboard using Streamlit and the streamlit-elements library. My goal is to create a user-customizable dashboard where users can drag and resize cards. The final layout (...
0
votes
0
answers
54
views
Avoiding "...is not a valid element name (element-name)" error in Phoenix Code?
In Phoenix Code I get dozens of flagged errors like "'my-customTag' is not a valid element name (element-name)".
The code runs just fine, with CSS and JS interactions, but I'd like to 'clean ...
-2
votes
3
answers
132
views
Why do I need to specify element => element when iterating over an !array.Exists conditional statement?
Just starting to learn and grasp C# and apologies if this has been asked somewhere but I've been looking for a couple hours and can't quite understand why I need to specify the syntax in the latter ...
-3
votes
2
answers
67
views
Selenium can't close notification popup on https://www.e-crvsp.sp.gov.br/
I'm trying to automate some tasks using Selenium on the following website:
👉 https://www.e-crvsp.sp.gov.br/
However, I'm stuck at the very beginning: there's an initial notification popup, and I can'...
1
vote
1
answer
68
views
Element is not interactable through selenium automation
I want to select the "Round Trip" radio button after clicking the "Both" button. However, the website has right-click disabled, and I am receiving an error on SelectorHub stating, &...
1
vote
1
answer
125
views
Displaying weather forecast widget from https://weatherwidget.io into Elementor
I’m trying to embed a 7-day weather forecast widget from https://weatherwidget.io into my Elementor page.
I used the following code provided by WeatherWidget.io:
<a class="weatherwidget-io" href="...
0
votes
0
answers
43
views
How do I then replace the changed tags from the selection in the main document?
I am new to AngleSharp. I am processing text in the desired tags in html documents. I select tags-elements with text, then change the text in each tag in the selection. How then to replace the changed ...
0
votes
0
answers
17
views
Nightwatch test doesn't fail if element was not found
I am using Nightwatch + Cucumber + Selenium for some automated tests and I noticed that when a element can't be found then functions like click and sendKeys won't fail the test.
The error message is ...
0
votes
0
answers
58
views
how to duplicate elements in xmldocument60 not move
I am trying to create an xml document in VBA using XMLDocument60 with CreateElement method. Example Set Client = xmlDoc.CreateElement("Client") What I find is that if I try to use Client ...
1
vote
0
answers
20
views
v3 el element el-submenu
I want to change the menu that consists of 2 depths to 3 depths.
I succeeded in adding a 3 depth menu,
but I have a problem with moving it like the 2 depth arrow.
Is there a way to move the 2 depth ...
-1
votes
2
answers
87
views
How to make elements in an array display as one word? [duplicate]
I am creating a random password generator. One of the arrays contains all of the elements, in order, in order to create the password, and I don't know how to do that in a way that it would be ...
4
votes
1
answer
230
views
reading delimited text file into Lua table
I have a file, something of this sort (CSV, TSV: delimited text):
"col1","col2","col3"
"1","ab","6.5"
"4","df","9.7&...
0
votes
1
answer
115
views
How to remove a break before and after a copyToClipboard fuction
This is my first time posting on this forum, but I have lurked around for fun for years now. Anyway, I'm making a very simple tool, and needed some help. I've been on hiatus from coding for a very ...
0
votes
1
answer
60
views
Making multiple elements draggable to any location the user wants on the screen and having them stay there
I've got 9 DIV elements on a page all with the class cell, and this is the code I have so far... it was working to drag them anywhere on the screen, but I screwed it up somehow because it's not ...