Most voted "xpath" questions
It is a query language for XML. Using Xpath, the programmer can locate and query existing nodes in an XML document. When asking a question with this tag, it is critical that you provide a minimal, complete and verifiable example of XML and attempted solution that DOES NOT RELY ON EXTERNAL LINKS.
Learn more…58 questions
Sort by count of
-
0
votes0
answers218
viewsFill in python/ Selenium form
I’m trying to fill out a form with python/Selenium but I can’t find the element to send the text. I can’t list the whole form, it’s private... Form: <td class="ml-FldCnt lo_22565 ml-BrdBottom"…
-
0
votes0
answers14
viewsHelp to find Dynamic xpath
Good evening guys, I’m having a hard time finding Dynamic xpath in the email and login part of the nike.com.br website, I’ve tried several extensions, but the xpath they find always change when they…
-
-1
votes1
answer677
viewsHow to pick up element xpath in span
I am using lxmlalong with Python 3.8and I’m needing to take the xpath of a text that’s inside that part of html: <span class="text-down">7424.65</span> The xpath is:…
-
-1
votes1
answer158
viewsGet a specific XML field
I’m creating a program in python which aims to get data from an XML, I am using xml.etree.Elementtree for this, I am using a for to call the fields cEAN I need, but the for returns an element list…
-
-2
votes1
answer2083
viewsHow to simulate pressing the enter key in Selenium?
I’m using Selenium and tried to locate the instagram post button, but I’m not getting my program to click it after typing something. I’ve tried something like:…
-
-2
votes0
answers36
viewsFor loop taking only the first df item, and xpath not returning value
I think the loop only takes the first number of the df print(span) appears 2, and xpath is returning empty in print(lucro_el), tried with the print(len(lucro_el)) and the answer was 0 span_index =…
-
-2
votes1
answer79
viewsSendkeys error does not type Selenium - python
Hello, I am creating an automation with the webdriver and panda in python, where the values of the cells of a certain excel spreadsheet (xlsx) should be typed in the Chrome page. However, in a…
-
-3
votes2
answers70
viewsMODIFICATION AND READING OF DIRECTORIES IN C#
I am developing a C#project, which uses python scripts as an engine (I did not use Ironpython due to its limitations, I work with pandas), what I do is simply run the script through a PROCESS in c#,…