Questions tagged [selenium-webdriver-python]

73 questions
0
votes
1 answer

Filling date field with Selenium WebDriver

I am trying to fill out a registration form using Selenium for practice as I am beginning to familiarize myself with this library. It is the registration form on this website: https://www.fast2sms.com/ What I am currently trying I start with…
0
votes
2 answers

How do I open/close tabs with Selenium (Python)?

I have tried all the methods in similar questions and only one of them worked which was to use javascript. driver.execute_script("window.open('')") #this works …
0
votes
1 answer

My xpath is not working - invalid selector: Unable to locate an element with the xpath expression

how to select the route number.
Learner
  • 945
  • 11
  • 23
  • 38
0
votes
1 answer

Using Selenium to Retrieve data

I've been teaching myself Python and Selenium to automate a claim submission. I've managed to stumble through with lots searching and trial and error. However, I haven't been able to solve this last step. After the claim is submitted a claim…
0
votes
0 answers

Element

I'm new to selenium and facing issue while selecting an option from the dropdown. HTML Code: