Page 1 of 1

Cannot get element in MS Edge

Posted: Tue Jun 21, 2016 12:36 pm
by chienlth1
We are using Ranorex 6.0 to test function of MS Edge.
But now we cannot get any item of any website like "Right click to "Coffee" menu and choose "ask Cortana" in http://store.starbucks.com/

And I see Ranorex cannot get xpath of element in the website when we browse with MS Edge like DOM element

Re: Cannot get element in MS Edge

Posted: Mon Jul 11, 2016 3:55 pm
by Ned612
Hello chienlth1,

Make sure you are using the latest version of Ranorex (6.0.1) as I was able to record these actions and replay them back with no issues . Below are my auto generated RanoreXPaths.

Coffee Menu: /dom[@domain='store.starbucks.com']//div[#'header']/?/?/ul/?/?/a[@innertext='Coffee']
Context Menu: /winapp[@appid='MicrosoftEdge' and @name='PopupHost']//menuitem[@automationid='PageContextMenu_CopyLinkAddress']/text[@automationid='TextBlock']

I hope this helps!

Re: Cannot get element in MS Edge

Posted: Wed Jul 13, 2016 1:01 pm
by zivshapirawork
did you instrument the browser using the instrumentation wizard?

Re: Cannot get element in MS Edge

Posted: Wed Jul 13, 2016 4:19 pm
by krstcs
MS IE and MS Edge are both instrumented automatically when Ranorex is installed on a Windows 10 system. There is no way to instrument them through the wizard.

You might try uninstalling Ranorex, rebooting, and then reinstalling.

Re: Cannot get element in MS Edge

Posted: Thu Jul 14, 2016 8:33 am
by Support Team
Hello chienlth1,

May I ask which version of Windows 10 you currently use? Please note that Windows 10 Insider Preview builds are not officially supported. Please also have a look at the following forum thread.

Sincerely,
Johannes