You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
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 ?
The text was updated successfully, but these errors were encountered: