Page 1 of 1

Any commands to allow me to scroll up or down the page

PostPosted: Tue Jul 24, 2018 1:21 pm
by GradyA
Afternoon.

I want to scroll down the page.

I used the focus command, but is there any command to scroll the page?

Thanks

Re: Any commands to allow me to scroll up or down the page

PostPosted: Wed Jul 25, 2018 12:47 pm
by eValid
GradyA wrote:Afternoon.

I want to scroll down the page.

I used the focus command, but is there any command to scroll the page?

Thanks


This is a good question GradyA.

As it turns out, however, because of the way eValid is architected, re-purposing the APIs that access the browser's DOM, you don't really need the scroll button (scroll up and scroll down).

Recordings made with evalid reference DOM indexes, not physical places on a page.

Here is some information about the internal processing of DOM events:

http://e-valid.com/Products/Documentati ... cture.html

In addition, all of the functions that involve validation can be done without access to the desktop at all.

[This will be different if you are using Application Mode, which is, basically, desktop-based recording and playback, but you mention a "focus" command and that implies you are working at the DOM level.]

If you really want to reposition the page, simply pick a DOM index which you know will be on the page when it is rendered and send a "focus" event to it.

That will reposition the visible area of the browser.

Hope this helps.


-- eValid Support