Module 17 Part 2 AUTOIT Getting error Can NOT Click INPUT | Selenium Forum
K
Kam Posted on 28/01/2019

Following line rhrows error:

driver.findElement(By.xpath("//*[@id='photo']")).Click();

can not click <input type> elements


A
Ashish Thakur Replied on 04/02/2019

I am not sure but it works fine here

Please post your project here


K
Kam Replied on 05/02/2019

I am trying to research and got following:

https://github.com/mozilla/geckodriver/issues/1184

 


A
Ashish Thakur Replied on 05/02/2019

Please share your project.


K
Kam Replied on 09/02/2019

Code and LOG is attached

 


A
Ashish Thakur Replied on 11/02/2019

Is the element you're trying to access, not visible on the screen?

if yes, you need to scroll the page before trying to access that element.


K
Kam Replied on 11/02/2019

Element is acessable, I also sopy your code and it is NOT working. Did you get a chance to run my code ?

Thanks


A
Ashish Thakur Replied on 12/02/2019

Did you try debugging the code?

Try maximizing the window of the browser as well.

Please export your project from eclipse and then share the zip file.