#๐Ÿ”’ element_to_be_clickable false result

6 messages ยท Page 1 of 1 (latest)

keen bridge
#

I am getting a false positive result with this code

        EC.element_to_be_clickable((By.XPATH, "//*[@id='step-for-stage-calendar']/div/div/div/div/div/div[1]/div/div/div/div[1]/div[2]/div[2]/div/div[2]/div/table/tbody/tr[4]/td[3]/div/span"))```
sage pecanBOT
#

@keen bridge

Python help channel opened

Remember to:

  • Ask your Python question, not if you can ask or if there's an expert who can help.
  • Show a code sample as text (rather than a screenshot) and the error message, if you've got one.
  • Explain what you expect to happen and what actually happens.

:warning: Do not pip install anything that isn't related to your question, especially if asked to over DMs.

keen bridge
#

it says the element is clickable, but in fact it is not. I have also tried

#

ActionChains(driver).move_to_element(element).click().perform()

sage pecanBOT
#

@keen bridge

Python help channel closed for inactivity

This help channel has been closed. Feel free to create a new post in #1035199133436354600. To maximize your chances of getting a response, check out this guide on asking good questions.