Page 1 of 1

Selecting links that cannot be found without scrolling

Posted: Mon Jun 09, 2014 3:38 pm
by beginnerTester
I am having trouble selecting a link that cannot be found without scrolling. I have tried to "Invoke Action" as described in Lesson 3 but there is not a select option for the link "Repository Item".

Thanks

Re: Selecting links that cannot be found without scrolling

Posted: Mon Jun 09, 2014 9:19 pm
by krstcs
The Invoke Action on a link (an <a> element) should be the PerformClick() method, not Select().

Also, have you tried using the EnsureVisible() method?

Please also include answers to the following questions:

What version of Ranorex are you using?
What version of Windows are you using?
What browser are you using?