Search found 3 matches

by rsa
Mon Jan 16, 2017 12:49 pm
Forum: Object Identification and Technologies
Topic: Unable to wait for document to load in RxBrowser on iPad
Replies: 3
Views: 1904

Re: Unable to wait for document to load in RxBrowser on iPad

Hello Markus, basically we just start the browser and use the dom object (/mobileapp//dom) to navigate to our desired page: Host.Local.RunMobileApp([...], "ranorex.RxBrowser", true); repo.dom.Self.Navigate( Address, ValueConverter.ArgumentFromString<bool>("waitforloaded", "True"), ValueConverter.Arg...
by rsa
Thu Jan 12, 2017 3:45 pm
Forum: Object Identification and Technologies
Topic: Unable to wait for document to load in RxBrowser on iPad
Replies: 3
Views: 1904

Unable to wait for document to load in RxBrowser on iPad

Hi, our tests containing calls to WaitForDocumentLoaded fail whenever run in RxBrowser on iPad. They pass if run in Chrome/IE on Windows. Is WaitForDocumentLoaded supported on iPad? If not, does there exist a list of actions not supported on iOS/iPads? We currently use Ranorex Studio 6.2.0 and up-to...
by rsa
Thu Nov 17, 2016 2:43 pm
Forum: Bug Reports
Topic: 6.1.0 Chrome
Replies: 3
Views: 1717

6.1.0 Chrome

I am using Ranorex 6.1.0 on a Windows 7 machine with Chrome 54 and sometimes Ranorex does not recognize any elements inside a page opened with Chrome. Using spy to try to track and identify any element inside only recognizes a part of the Chrome window but nothing more inside. I have attached an ima...