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 |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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
Beta Was this translation helpful? Give feedback.
All reactions