Show More Click

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:-

  1. Get Text → To read description text.
  2. Element Exists → To check if “Show more/less” buttons exist.
  3. Click → To toggle between states.
  4. 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

@KULDEEP_SHINDE

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