I am working with on Application, and I need to Scroll down very deep and click on one Element. how we can achieve that ?
scroll down Left side Scroll Bar and select “EXIM : LEO Dt (Let Export Order)” as shown Below
How we can achieve that ?
I am working with on Application, and I need to Scroll down very deep and click on one Element. how we can achieve that ?
scroll down Left side Scroll Bar and select “EXIM : LEO Dt (Let Export Order)” as shown Below
How we can achieve that ?
use scroll activity
Set the scrolling type to DOWN
Adjust the number of “Steps” to control the amount of scrolling
after scrolling use click activity
(chek element exist then click)
You can use the scroll activity and within the same activity you can use scroll till element using selector, this will be accurate, and it will land you at exact element.
use above method or
use simulate click
It’s working, Thanks for the Help
It’s working, Thanks for the Help @shashank_joshi1
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.