Odin Technology - Automated Software Testing

Axe Test Automation Platform

General discussion relating to the Axe Test Automation Platform from Odin Technology

Posts by Odin employees marked:

Page down

I could not able to find 'Next' button which is there at the bottom of the page. Can plesae let me know how to write function to do vertical scorll down.

Thanks,
Narendra.
Narendra Nath Jambuls Send private email
Thursday, October 16, 2008
 
 
Hi Narendra,

If a custom function is really needed then you will need to write it in whichever GUI automation tool you are using. Most GUI test tools should automatically scroll browser controls into view. If a custom function or action is needed then you can simply hook it up to Axe via an entry in the Action Map.

Sam
Sam Warwick Send private email
Thursday, October 16, 2008
 
 
Narendra,

If you are using Robot, you should be using 2003.06.00 version. In this automatic scroll down is not available.

you can do below:

1. write a function which simply scrolls down and put it in AxeGUI.sbl file. ex:

fun..

window setcontext, "currentwindow",""
InputKeys PageDown..

end fun..

2. modify the RobotActionMap in the ActionMap folder accordingly..
3. Use the function under the action column of the object in the subtest.

Cheers
Vijaya Maram

Friday, October 17, 2008
 
 

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics