i have a web table, inside that table in description column i have to to check whether the Show more or Show less is working or not. How can i do that in studio
Hey @KULDEEP_SHINDE use a Click Activity targeting that selector after clicking the description should expand and the text should change to Show less
Cheers
Hello @KULDEEP_SHINDE,
Follow these steps:-
- Get Text → To read description text.
- Element Exists → To check if “Show more/less” buttons exist.
- Click → To toggle between states.
- If Condition → To compare text and verify behavior.
Hello @KULDEEP_SHINDE
Its working or not OR you want to check it is present or not?
If you want to check its present or not then you can use below expression
Find Element / Element Exists activity
Indicate the “Show more” link inside the Description column.
Store the result in a Boolean variable .
Regards,
Rajesh Rane
Welcome to the community
generally for table..row and column with have indexes and inside them we can check for buttons as we need
cheers
