Python Forum
Seleniun does not work with a website element
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Seleniun does not work with a website element
#3
Hi!

The previous issue was already solved. I was searching for the wrong element...however I am not able to make click in the next button:

[Image: cookies.jpg]

The website is: https://business.facebook.com/creatorstu...tent_posts

I have tried several methods with XPATH and is not working. The element is detected but, I can't make click on it:

For example I used the next methods without any success:

[inline]
WebDriverWait(driver, 10).until(EC.element_to_be_clickable((By.XPATH,"//button[@value='1'][@id='u_0_c']"))).click()

or this one:

WebDriverWait(driver, 10).until(EC.element_to_be_clickable((By.XPATH,"//*[@id="u_0_6"]"))).click()

[/inline]

Any idea?

thanks a lot!
Reply


Messages In This Thread
RE: Seleniun does not work with a website element - by flote21 - Jan-12-2021, 07:38 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Get element (ID) from website to login Olimpiarob 4 4,291 Jul-28-2020, 01:20 PM
Last Post: Martinelli
  find element...click() dont work windows11 6 3,180 Apr-23-2020, 11:13 PM
Last Post: law

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020