Replies: 1 comment 3 replies
-
So basically it would look like this: (You get rows using the SeleniumBase call, which doesn't need the rows = driver.find_elements('[id="results-table"] tbody tr:not([class="jqgfirstrow"])')
for row in rows:
row1 = row.find_element(By.CSS_SELECTOR, "td:first-of-type span") |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi-I am trying to convert the following from selenium to seleniumbase:
Tried the following:
getting error:
selenium.common.exceptions.InvalidArgumentException: Message: invalid argument: invalid locator
Can anyone steer me in the right direction?
Thanks
Scott
Debian 12
Python 3.10.8
Beta Was this translation helpful? Give feedback.
All reactions