Skip to main content
Best practices
0 votes
0 replies
26 views

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 <...
dipr's user avatar
  • 39
0 votes
0 answers
251 views

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 (...
user31227690's user avatar
0 votes
0 answers
54 views

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 ...
URi613's user avatar
  • 53
-2 votes
3 answers
132 views

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 ...
RadiantCoder's user avatar
-3 votes
2 answers
67 views

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'...
Vinicius Nogueira's user avatar
1 vote
1 answer
68 views

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, &...
amal's user avatar
  • 3,636
1 vote
1 answer
125 views

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="...
S Wilssens's user avatar
0 votes
0 answers
43 views

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 ...
user30267781's user avatar
0 votes
0 answers
17 views

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 ...
Maximilian Mueller's user avatar
0 votes
0 answers
58 views

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 ...
Edward's user avatar
  • 896
1 vote
0 answers
20 views

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 ...
임지혜's user avatar
-1 votes
2 answers
87 views

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 ...
Cora G's user avatar
  • 9
4 votes
1 answer
230 views

I have a file, something of this sort (CSV, TSV: delimited text): "col1","col2","col3" "1","ab","6.5" "4","df","9.7&...
user22099079's user avatar
0 votes
1 answer
115 views

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 ...
bluestacktor's user avatar
0 votes
1 answer
60 views

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 ...
Brian Stahl's user avatar

15 30 50 per page
1
2 3 4 5
419