Questions tagged [findelement]
180 questions
1
vote
1 answer
We have @FindBys and @FindAll in Selenium Java, how to use same code to find locators in Python
We have @FindBys and @FindAll in Selenium Java, how to use same code to find locators in Python?
@FindBys( { @FindBy(className = "class1") @FindBy(className = "class2")} )
Please guide me someone.

Bharati Belgaonkar
- 13
- 3
1
vote
0 answers
How to click on the option of a drop down menu with a div tag with selenium python?
The drop down menu that I want to select is store in div so I cannot use the Select() class.

Carol Vieira
- 69
- 2
- 9
1
vote
1 answer
Python Selenium find next Element after an Element is found
I got some problems to find the right element using Selenium. The HTML code looks like this:
… |
---|