Can someone help me with Selenium WebDriver? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Can someone help me with Selenium WebDriver?

Driver should click on the button, but it occurres exception : ElementNotInteractableException Element could not be scrolled into view Web site: https://cloud.google.com/products/calculator Button:SEND EMAIL

3rd Feb 2020, 8:16 AM
Alex
Alex - avatar
7 Answers
+ 1
I don't see your code so it's hard to tell. Anyway, clicking on different button on different site works or not?
3rd Feb 2020, 8:55 AM
r8w9
r8w9 - avatar
+ 1
Try to use xpath
3rd Feb 2020, 9:02 AM
r8w9
r8w9 - avatar
+ 1
I guess you are trying to click on an elent which is not visible yet.
3rd Feb 2020, 11:26 AM
r8w9
r8w9 - avatar
0
All button works, but this doesn't
3rd Feb 2020, 9:00 AM
Alex
Alex - avatar
0
I need idea how to select this button(by xpath or something else)
3rd Feb 2020, 9:01 AM
Alex
Alex - avatar
0
I use, but it throws this exception
3rd Feb 2020, 10:42 AM
Alex
Alex - avatar
0
Yes. And how to do it visible?
3rd Feb 2020, 11:47 AM
Alex
Alex - avatar