Dropdown #1020
-
Hi Michael, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi @abdurraheemj See an example of Also, you may run into cases where the |
Beta Was this translation helpful? Give feedback.
Hi @abdurraheemj See an example of
self.select_option_by_text(selector, text)
in https://github.com/seleniumbase/SeleniumBase/blob/master/examples/test_demo_site.pyAlso, you may run into cases where the
:contains()
selector would come in useful. See https://github.com/seleniumbase/SeleniumBase/blob/master/examples/test_contains_selector.py for an example of that.