Dropdown #1020
|
Hi Michael, |
Replies: 1 comment
|
Hi @abdurraheemj See an example of Also, you may run into cases where the |
|
Hi Michael, |
|
Hi @abdurraheemj See an example of Also, you may run into cases where the |
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.