6,276 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
0
answers
238
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
49
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
131
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
67
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
113
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
16
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
19
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
86
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 ...
0
votes
0
answers
44
views
How can I shuffle grid elements without ruining the layout?
As you can see in the example I have 6 elements "other-news" (colored Fuchsia) on the right side of the grid stacked in 3x2 format. I want to be able to bring them to the left side and keep ...
4
votes
1
answer
212
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
0
answers
115
views
Section/integration points for beam elements in ABAQUS
I'd like to work with beam elements in ABAQUS. I don't quite understand what is meant by integration points and section points. For a rectangular beam, it says that there are 25 section points for ...
0
votes
1
answer
114
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 ...