13-02-20 07:21 AM
13-02-20 08:27 AM
Hi Sinduja,
There multiple way's to do the horizontal scrolling. It is totally based on how your application behaves.
Method 1:
You can capture the scroll arrow button by UI/AA and perform global click center in navigate stage
Method 2:
You can perform global send keys > navigate > drag and drop root element > global send keys event > bottom write value as "{LEFT}" for going left or "{RIGHT}" for right.
In order to perform this your application should be in the fore ground.
Method 3 :
Surface Automation
You can capture the window with region mode and clip scroll button as Image and you can use that as an element.
Thanks,