Page 1 of 1

Ranorex queries

Posted: Mon Jul 01, 2019 1:35 pm
by Punashri M S
Hello,

1. How Can we work on Captcha on using Ranorex?

2. How to Validate PDF using the normal Validator?

3. How to work on JavaScript pop-up's that appears in mid of the page.

kindly suggest some solutions for the above.

Re: Ranorex queries

Posted: Mon Jul 01, 2019 2:32 pm
by odklizec
Hi,
1. How Can we work on Captcha on using Ranorex?
Not without integrating some kind of captcha-reading/processing library. There is no out-of-the-box way to read/process captcha in Ranorex.
2. How to Validate PDF using the normal Validator?
What do you mean by "normal Validator"? If you mean Ranorex validation feature, then yes, you may be able to do that, as long as the PDF has enabled Accessibility (check this post). And I believe the PDF must have been created with Adobe Acrobat and there must be installed Adobe Acrobat Reader on Ranorex machine? As far as I remember, it does not work with Foxit or similar PDF readers/writers.
3. How to work on JavaScript pop-up's that appears in mid of the page.
If you mean you want to process some randomly appearing popups, then the best approach is probably using PopupWatcherLibrary from Ranorex automation helpers. you can find more details about Ranorex Automation Helpers in Ranorex User Guide and it was discussed also here in multiple forum topics.