What is the difference between Click and Click Text in SAP automation?
1 Like
click activity will click on the Ui element chosen
Or
While click text will search for the text passed as input in Selected UI region
Here UI region can be taken as a screen or a window and UI element can be taken as a button or a field
If we have mentioned the text in that field as a input to CLICK text activity it will search for that text in the screen (UI Region) and click that field or button
Cheers
1 Like
Thankyou !!!
1 Like
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.