How do you script a PAGE DOWN in SenseTalk?

I get page up

TypeText “^^^^”

How do you do a page down…

Or… actualy… I’m trying to get around the issue where the image I want to click on is in a browser window but loads at the bottom of a long page so it’s not on the SUT screen… it’s not visible in the browser unless I page down to where it is… Am I approcahing this the right way with a Page Down command or is there an easier way? See what I mean?

Thanks

If you know it’s at the bottom it’s sometimes best to use the End key (as long as you aren’t in a field at the time).

Regardless of which you choose the keys are in Appendix C of the Eggplant Reference Manual. You can do them as backslash escape sequences or the more readable predifined constants.

typetext endKey
or
typetext "\E"

and similarly

typetext pageDown
or
typetext "\d"

Thanks guys!

Interesting, that is where our parent company is located. I may be in the area 2-3 times a years for company trainings. If so, I’d be happy to sit down with you and chat it out at Denny’s, or somewhere more upscale.

Great! I’ll buy. Really. email me at qa <> @ <> spitta <> . <> com

Thanks