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
7 Respostas
+ 1
I don't see your code so it's hard to tell. Anyway, clicking on different button on different site works or not?
+ 1
Try to use xpath
+ 1
I guess you are trying to click on an elent which is not visible yet.
0
All button works, but this doesn't
0
I need idea how to select this button(by xpath or something else)
0
I use, but it throws this exception
0
Yes. And how to do it visible?