Ranorex queries

Ask general questions here.
Punashri M S
Posts: 42
Joined: Tue Jan 30, 2018 12:56 pm

Ranorex queries

Post by Punashri M S » Mon Jul 01, 2019 1:35 pm

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.

User avatar
odklizec
Ranorex Guru
Ranorex Guru
Posts: 7470
Joined: Mon Aug 13, 2012 9:54 am
Location: Zilina, Slovakia

Re: Ranorex queries

Post by odklizec » Mon Jul 01, 2019 2:32 pm

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.
Pavel Kudrys
Ranorex explorer at Descartes Systems

Please add these details to your questions:
  • Ranorex Snapshot. Learn how to create one >here<
  • Ranorex xPath of problematic element(s)
  • Ranorex version
  • OS version
  • HW configuration