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

[🐛 Bug]: not click the button. at macbook(m version) #1572

Closed
ryujanghyun00 opened this issue Feb 4, 2024 · 2 comments
Closed

[🐛 Bug]: not click the button. at macbook(m version) #1572

ryujanghyun00 opened this issue Feb 4, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@ryujanghyun00
Copy link

What happened?

[🐛 Bug]: not click the button. at macbook(m version)

What browsers and operating systems are you seeing the problem on?

driver = webdriver.Chrome()
driver.get("https://support-leagueoflegends.riotgames.com/hc/en-us/requests/new?ticket_form_id=21152806417811")
button=driver.find_element(by=By.ID, value="login-dc")
button.click()

macbook air m2 version

File "/Users/ryujanghyun/Library/Mobile Documents/comappleCloudDocs/code/lol ban/lol ban.py", line 9, in
button.click()
File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/site-packages/selenium/webdriver/remote/webelement.py", line 94, in click
self._execute(Command.CLICK_ELEMENT)
File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/site-packages/selenium/webdriver/remote/webelement.py", line 395, in _execute
return self._parent.execute(command, params)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/site-packages/selenium/webdriver/remote/webdriver.py", line 347, in execute
self.error_handler.check_response(response)
File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/site-packages/selenium/webdriver/remote/errorhandler.py", line 229, in check_response
raise exception_class(message, screen, stacktrace)
selenium.common.exceptions.ElementNotInteractableException: Message: element not interactable
(Session info: chrome=121.0.6167.139)
Stacktrace:
0 chromedriver 0x0000000104ca67dc chromedriver + 4040668
1 chromedriver 0x0000000104c9e9e0 chromedriver + 4008416
2 chromedriver 0x00000001049116a8 chromedriver + 284328
3 chromedriver 0x0000000104956330 chromedriver + 566064
4 chromedriver 0x000000010494b4b8 chromedriver + 521400
5 chromedriver 0x000000010494aee8 chromedriver + 519912
6 chromedriver 0x000000010498f048 chromedriver + 798792
7 chromedriver 0x000000010494974c chromedriver + 513868
8 chromedriver 0x000000010494a044 chromedriver + 516164
9 chromedriver 0x0000000104c6ba04 chromedriver + 3799556
10 chromedriver 0x0000000104c6fee4 chromedriver + 3817188
11 chromedriver 0x0000000104c54260 chromedriver + 3703392
12 chromedriver 0x0000000104c70a2c chromedriver + 3820076
13 chromedriver 0x0000000104c4701c chromedriver + 3649564
14 chromedriver 0x0000000104c8de3c chromedriver + 3939900
15 chromedriver 0x0000000104c8dfb4 chromedriver + 3940276
16 chromedriver 0x0000000104c9e660 chromedriver + 4007520
17 libsystem_pthread.dylib 0x0000000181722034 _pthread_start + 136
18 libsystem_pthread.dylib 0x000000018171ce3c thread_start + 8

@ryujanghyun00 ryujanghyun00 added bug Something isn't working needs-triaging labels Feb 4, 2024
Copy link
Contributor

github-actions bot commented Feb 4, 2024

@ryujanghyun00, thank you for creating this issue. We will troubleshoot it as soon as we can.


Info for maintainers

Triage this issue by using labels.

If information is missing, add a helpful comment and then I-issue-template label.

If the issue is a question, add the I-question label.

If the issue is valid but there is no time to troubleshoot it, consider adding the help wanted label.

After troubleshooting the issue, please add the R-awaiting answer label.

Thank you!

@diemol
Copy link
Member

diemol commented Feb 4, 2024

This is the documentation repository, for Selenium issues please use this repository https://github.com/SeleniumHQ/selenium.

@diemol diemol closed this as not planned Won't fix, can't repro, duplicate, stale Feb 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants