33936/cannot-click-on-google-search
I am using name tag to find the search button in google and am unable to click on that I am getting an error saying :
org.openqa.selenium.ElementNotVisibleException: element not interactable
Can someone help me?
I am using
driver.findElement(By.name("btnK")).click();
There is a very tiny mistake that you are doing here:
The element requires a response of submit and not click.
So just by changing the method of response you will be good to go!
driver.findElement(By.name("btnK")).submit();
Hope this helps.
You can try clicking it with javascript ...READ MORE
The error that I figured out was ...READ MORE
from selenium import webdriver from selenium.webdriver.chrome.options import Options from ...READ MORE
Hello Nitin, as the Like button on ...READ MORE
The better way to handle this element ...READ MORE
enable trusted connection in internet explorer by ...READ MORE
To Allow or Block the notification, access using Selenium and you have to ...READ MORE
xpath are two types. 1) Absolute XPath: /html/b ...READ MORE
Here, I give you working script which ...READ MORE
The two possible solution to the problem ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.