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

org.openqa.selenium.WebDriverException: NOT CLICK #351

Open
Msingh30 opened this issue Dec 28, 2021 · 0 comments
Open

org.openqa.selenium.WebDriverException: NOT CLICK #351

Msingh30 opened this issue Dec 28, 2021 · 0 comments

Comments

@Msingh30
Copy link

I need to enter user name and password to text fields. However when i try to using xpath, i get this error as org.openqa.selenium.WebDriverException: NOT CLICK (WARNING: The server did not provide any stacktrace information)

Below are the identifiers from Inspect.exe:
How found: Mouse move (541,211)
hwnd=0x001701DE 32bit class="Chrome_RenderWidgetHostHWND" style=0x56300000 ex=0x20
BoundingRectangle: {l:520 t:208 r:857 b:222}
ProcessId: 24312
ControlType: UIA_EditControlTypeId (0xC354)
LocalizedControlType: "edit"
Name: ""
AccessKey: ""
HasKeyboardFocus: false
IsKeyboardFocusable: true
IsEnabled: true
HelpText: ""
IsPassword: false
IsOffscreen: false
ProviderDescription: "[pid:24312,hwnd:0x0 Main(parent link):Microsoft: MSAA Proxy (unmanaged:UIAutomationCore.DLL)]"
Value.IsReadOnly: false
Value.Value: ""

Code Snippet:
driver.findElementByXPath("//*[contains(@LocalizedControlType,'edit')]").sendkeys("Maninder");

Can any one please hemp me on this ?

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

1 participant