Hi
What is the equivalent in classic activities for mouse scroll to element?
Does find element work?
Thank you,
Hi
What is the equivalent in classic activities for mouse scroll to element?
Does find element work?
Thank you,
Hi @A_Learner
You want to scroll untill the element found, If I am right, then find element not useful, you can use the classic Click activity but you have to modify few options in the properties as below,
→ Open the properties of click activity.
→ In the Click Type dropdown select the CLICK_DOWN option.
→ In the MouseButton dropdown select the BTN_LEFT option.
→ For the CursorMotionType dropdown select the Smooth option.
It will work same like Mouse scroll activity.
Check the below image for better understanding,
Hope it helps!!
Is it working for you… @A_Learner
If yes, then make my post mark as solution to close the loop. Then it will be useful for others who are facing the same issue.
Happy Automation!!
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.