Replies: 2 comments 1 reply
|
With the self.select_option_by_text(dropdown_selector, option, dropdown_by="css selector", timeout=None)
self.select_option_by_index(dropdown_selector, option, dropdown_by="css selector", timeout=None)
self.select_option_by_value(dropdown_selector, option, dropdown_by="css selector", timeout=None)But for the |
1 reply
|
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hello, Michael I have one little question, I have an element
2024-03-14 (Поточний урок) 2024-03-21 2024-03-28 i want to click on second option.I use driver.click("//select[@id='osvitaschedulereal-hometask_to']/option[2]"),now.Can you tell me another way how to click on second option
All reactions