From a website column it should find a dynamic value and click on it

Hello Everyone, need an assistance with a task where a value from a variable should be located within the “Workflow Description” column on a website and then clicked. They provided an image displaying a list of tax return workflows for context.

Hi @BHUSHAN_NAGAONKAR1

Use click activity indicate the one field in the workflow description value in that Open the UiExplorer enable the aaname then pass the variable in the value field

aaname=‘{{VariableName}’

if clicked failed means the value is not found the current window. In that case you can use the Try catch to handle exception.

Regards,
Gowtham krishann

I want to find the element and scroll through, it is a dynamic value

@BHUSHAN_NAGAONKAR1 can you provide more details about your requirement

@BHUSHAN_NAGAONKAR1,

To scroll through the data on screen you can use Mouse Scroll activity. Make the selectors dynamic so it will scroll to that UI element.

Once it’s visible on screen, you can click on it by Click activity.

Thanks,
Ashok :slightly_smiling_face:

Thanks this helped it worked

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.