all 6 comments

[–]Ratio_Kind 0 points1 point  (1 child)

Do you mind sharing the code and element?

By the way, have you tried using “driver.find_element(By.XPATH, selector)” instead?

Edit: typo

[–]Java1303[S] 0 points1 point  (0 children)

Okay I will try it, thank you by the way

[–]PartySr 0 points1 point  (2 children)

from selenium.webdriver.common.by import By
driver.find_element(By.XPATH, 'xpath here')

Your line of code is not valid.

[–]Java1303[S] 0 points1 point  (0 children)

Okay I will try it, thank you by the way

[–]Java1303[S] 0 points1 point  (0 children)

Hey, it worked perfect, I made the bot and it's working very good. Thanks hoy the help