Search found 8 matches

by mumu
Wed Jan 14, 2015 4:34 am
Forum: General Questions
Topic: Ranorex execution triggered via web api
Replies: 1
Views: 1475

Ranorex execution triggered via web api

Is there any way to trigger Ranorex execution using web api?
by mumu
Tue Jan 06, 2015 11:06 am
Forum: Mobile Testing
Topic: Android dialogs
Replies: 1
Views: 1977

Android dialogs

Ranorex 5.2.0.20272
Window 8 Pro x64

Want to ask is there any way to capture the instrumented apk dialogs message?
Any tutorial on this ?
by mumu
Tue Jan 06, 2015 10:59 am
Forum: Mobile Testing
Topic: Instrumention Failed
Replies: 8
Views: 4776

Re: Instrumention Failed

Hi guys, I also face this problem but with different error detail. System.Exception: Failed to decompile the APK file. See details for more information: Exception in thread "main" brut.androlib.AndrolibException: Could not decode arsc file at brut.androlib.res.decoder.ARSCDecoder.decode(ARSCDecoder....
by mumu
Fri Nov 28, 2014 8:13 am
Forum: How To …
Topic: WebDocument.WaitForDocumentLoaded()
Replies: 3
Views: 3618

Re: WebDocument.WaitForDocumentLoaded()

thanks krstcs for reply
.WaitForDocumentLoaded() method seem no functioning correctly, sometime page still loading and .WaitForDocumentLoaded() finish and proceed to the next command. It is related to webdocument ?
How to implement this method correctly?
by mumu
Wed Nov 26, 2014 7:47 am
Forum: How To …
Topic: WebDocument.WaitForDocumentLoaded()
Replies: 3
Views: 3618

WebDocument.WaitForDocumentLoaded()

Ranorex 5.2.0.20272 Window 8 Pro x64 InputTag GoogleSearch = "/dom[@domain~'www.google.com']//input[@name='q']"; GoogleSearch.PressKeys("asdasdas{return}"); WebDocument WebVE = Host.Local.FindSingle("/dom[@domain~'www.google.com']"); //Since original search page domain is the same 'www.google.com', ...
by mumu
Thu Oct 30, 2014 8:17 am
Forum: Bug Reports
Topic: BUG: Mouse moved to corner during execution?
Replies: 1
Views: 1792

BUG: Mouse moved to corner during execution?

Ranorex 5.2.0.20272
Window 8.1 Pro x64

During execution, mouse sometime moved to the upper right corner of the webpage. If I debugger the code or run the action/step separately, the mouse movement will be normal/correct.
by mumu
Thu Oct 30, 2014 8:00 am
Forum: General Questions
Topic: How to ensure each click take effect
Replies: 3
Views: 1581

How to ensure each click take effect

Can anyone please help me out - How to ensure each .click() is execute after the webpage is finish/complete loading ?
by mumu
Sun Oct 26, 2014 8:27 am
Forum: Bug Reports
Topic: BUG:New tab for each click
Replies: 1
Views: 1845

BUG:New tab for each click

Ranorex 5.2.0.20272
Window 8 Pro x64

In Ranorex Studio, I record and manually add new action in test case. But when I play the test case, each click on action will result in a new tab

Attached screenshot of issue with both highlighted.
test.png
test2.png