HScroll not working in KWTest
Hi Everyone!
I'm struggling to get a Horizontal Scroll to to set position using the HScroll object in a keyword test. All the others work in the test except one. The only difference is the position of the HScroll, nothing else is different from this one to the ones that work. The step DOES work when I run it on it's own but not at test run time.
Things I've tried:
- Copying an HScroll step that is working and changed the position
- Recreating a brand new operation
- Confirmed the steps is looking at the correct object
- Slowing the test down by adding Delays before this HScroll step
- Putting an If Object Exists before the HScroll Object
As you can see I've tried quite a few things to get it working but am running low on ideas and patience! :)
Any tips?
Thanks!
Jenny
When you say "doesn't work", are there errors in your log or any other messages that indicate what might be going on?
You seem to have gone through all the basic trial/error stuff I would have suggested. One thing to think about... is the HScroll on screen when you run the test full speed? I've seen somethings happen, sometimes, where if a component is not on screen, while it may LOOK like everything is working, it doesn't really work right because you can't interact with it.
Since this is a desktop application, see if there's some sort of VScroll or Page Down that you might be able to do to get the component on screen before you attempt to work with it.