6. Selenium Webdriver with Python Tutorial - Basic Actions #2

preview_player
Показать описание
In this video, I explain how to select an option from a drop-down list using Selenium Webdriver and Python. I am selecting the option by visible text.

"Selenium Webdriver Python Training"
"Selenium Webdriver Python Tutorial"
"Selenium Python"
"WebdriverWait"
"FireBug"
"FirePath"
"Selenium Send_Keys"
"Selenium Click"
"Selenium Grid"
"Selenium IDE"
"Page Objects"
"UI Map"
"Xpath"
"Css Selector"
"Drop-down selenium"
"Drop-down option selenium"
Рекомендации по теме
Комментарии
Автор

For anyone who does not know, you must prefix all of the names of your test methods with 'test'. I did not know this and was troubleshooting for 30 mins before it occurred to me.

marcushines
Автор

there is no need the "emailfieldid".

sergeybessonov