Selecting links that cannot be found without scrolling

Technology specific object identification, supported applications, web technologies, and 3rd party controls.
beginnerTester
Posts: 1
Joined: Mon Jun 09, 2014 3:33 pm

Selecting links that cannot be found without scrolling

Post by beginnerTester » Mon Jun 09, 2014 3:38 pm

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

krstcs
Posts: 2683
Joined: Tue Feb 07, 2012 4:14 pm
Location: Austin, Texas, USA

Re: Selecting links that cannot be found without scrolling

Post by krstcs » Mon Jun 09, 2014 9:19 pm

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?
Shortcuts usually aren't...