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

NOT CLICK Exception when try to find element for second time #98

Open
ggpai opened this issue Mar 19, 2019 · 2 comments
Open

NOT CLICK Exception when try to find element for second time #98

ggpai opened this issue Mar 19, 2019 · 2 comments

Comments

@ggpai
Copy link

ggpai commented Mar 19, 2019

@findby(name = "Search")
WebElement ApplicationSearch;

My code works perfectly fine during first instance of record, when it try to search for second record through loop, its throwing Exception.

Any help is really appreciated !

org.openqa.selenium.WebDriverException: NOT CLICK (WARNING: The server did not provide any stacktrace information)
Command duration or timeout: 6 milliseconds
Build info: version: '3.4.0', revision: 'unknown', time: 'unknown'
System info: host: 'USSAJL-G10YYM2', ip: '10.129.146.18', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_191'
Driver info: org.openqa.selenium.winium.WiniumDriver
Capabilities [{app=C:\Program Files\HID\SAFE Smart Client\SAFEClient.exe, args=disable-web-security, innerPort=9998.0, debugConnectToRunningApp=false, keyboardSimulator=1.0, launchDelay=500.0, javascriptEnabled=true, platform=ANY}]
Session ID: AwesomeSession

@nananand7
Copy link

If there is any issue on element missing, you would've been getting 'NoSuchElement' - Element not found error. NOT CLICK error appears only if you use .click in your find_element expression. Please share your code snipped little detail.

@spaulmaple
Copy link

I am facing NOT CLICK Warning and from combo box list, the option is not clicked.
Any help on this is greatly appreciated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants