Element not displayed error in Edge

Ask general questions here.
Vaughan.Douglas
Posts: 254
Joined: Tue Mar 24, 2015 5:05 pm
Location: Des Moines, Iowa, USA

Element not displayed error in Edge

Post by Vaughan.Douglas » Tue Aug 29, 2017 3:40 pm

Ranorex 7.1.1
Windows 10 Build 14393.1593
Selenium 3.5.2

I've run into this problem where running in Edge I get "Element not displayed" errors when I try to click on the Username and Password fields or the login button.

I can get around the username and password by using a key sequence action at the appropriate objects, but that Login button is proving to be more of a challenge. Of course I've tried to use performclick and I get the same error.

There doesn't seem to be anything unusual about this object or the DOM in general and this is only an issue when running against Edge. Chrome and IE work fine over webdriver, local execution, or remote agent. I feel like this might be a bug, but I have no idea if it would be a Ranorex bug or a Edge Driver bug.

_______________
Edit: removed the snapshot
Last edited by Vaughan.Douglas on Wed Aug 30, 2017 1:08 pm, edited 1 time in total.
Doug Vaughan

Vaughan.Douglas
Posts: 254
Joined: Tue Mar 24, 2015 5:05 pm
Location: Des Moines, Iowa, USA

Re: Element not displayed error in Edge

Post by Vaughan.Douglas » Wed Aug 30, 2017 1:07 pm

I've been able to reproduce this issue using the Ruby bindings against the same GRID configuration. This appears to be an issue with Microsoft WebDriver.
Doug Vaughan