Posted: Mon Oct 29, 2007 8:24 pm Post subject: Recommended method for recording large drop down selection
We have some dropdowns with more than a 100 possible selections in the dropdown (regions here). I have not found a way to be able to automate this yet.
I notice that the particular element is selected (example: Spam) from the dropdown. I see this in the UI of the recorder and the script.
However, the playback seems to choke on the navigation through that list. Scrolling with a mouse wheel does not work and neither does the 'page down' method on the scroll bar (like with http://www.ranorex.com/forum/cannot-read-element--und-quotpage-down-un d-quot-position-(vscroll-t283.html). Another method that does not work is grabbing the scroll selection widget and moving up or down. I suspect this is the same on all vert scrolls and perhaps horiz scrolls too?
When I try using the arrow keys and hitting 'Enter' or clicking the entry this does not work either.
Well, using the RanorexRecorder Beta1 you might not be able to automate every scrollbar just by recording and replaying. You can try to edit the generated code, though.
In the 1.3 release all the methods you mentioned should work (except for the mouse wheel that is not supported by the RanorexRecorder and can only be automated using the RanorexCore libraries directly).
Thanks for the info,
any idea offhand what actions scroll up and down generate or more specifically what Python methods would be called for these actions?
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum