Search found 4 matches

by Ned612
Mon Aug 22, 2016 5:12 pm
Forum: General Questions
Topic: chrome_extension installation automation
Replies: 1
Views: 2186

Re: chrome_extension installation automation

Once you enable accessibility in Chrome, you should be able to track the 'add to chrome' button. You may have to manually track through the spy tree to find the button to find it. Sometimes disabling the Ranorex extension temporarily will help track the button. Turning on accessibility manually: chr...
by Ned612
Mon Jul 11, 2016 3:55 pm
Forum: Automation Tools
Topic: Cannot get element in MS Edge
Replies: 4
Views: 2542

Re: Cannot get element in MS Edge

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'] Cont...
by Ned612
Mon Jul 11, 2016 3:16 pm
Forum: Bug Reports
Topic: Ranorex 6.0.0-Names of recording modules are inconsistent.
Replies: 1
Views: 1740

Re: Ranorex 6.0.0-Names of recording modules are inconsistent.

Hello Lynnshen, I suspect the file may have been renamed outside of Ranorex Studio or there was some conflict with source control. You can simply fix this by renaming files and recordings via its context menu (or F2 hotkey). You can rename items almost anywhere you see the item such as the project, ...
by Ned612
Mon Jul 11, 2016 2:43 pm
Forum: How To …
Topic: How to copy a data sources from one test suit to another
Replies: 3
Views: 2370

Re: How to copy a data sources from one test suit to another

Hello zlota, You can bind your data to a parent test case and keep all of your current test cases as children. These children test cases will have access to the parents data source. 2016-07-11 09_39_30-adasd - Ranorex Studio (Administrator).png In the above example, this will run SubTestCase1, SubTe...