Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not all elements are clicked #126

Open
sdv75 opened this issue May 28, 2024 · 5 comments
Open

Not all elements are clicked #126

sdv75 opened this issue May 28, 2024 · 5 comments

Comments

@sdv75
Copy link

sdv75 commented May 28, 2024

Selenium and the old version 4.0.14 click these elements without problems

@Chetan11-dev
Copy link
Contributor

Code to reproduce?

@sdv75
Copy link
Author

sdv75 commented May 28, 2024

Code to reproduce?

URL to create listing on Etsy
Registration needed.
code
driver.get("https://www.etsy.com/your/shops/me/listing-editor/create") driver.get_element_with_exact_text(data['listing_type']).click() driver.get_element_with_exact_text(data['who_made_it']).click() driver.get_element_with_exact_text(data['what_is_it']).click() driver.click('select#when-made-select')

driver.click('select#when-made-select') doesn't click anything.

@Chetan11-dev
Copy link
Contributor

Will look into it later, meanwhile you may use run_js

@Chetan11-dev
Copy link
Contributor

Will look into it later, meanwhile you may use it in gitpod or google colab or in another PC?

@sdv75
Copy link
Author

sdv75 commented May 29, 2024

Will look into it later, meanwhile you may use run_js

run_js and native js don't work with this CSS selector 'select#when-made-select'. Only Selenium works correctly

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants