How to double-click a row in a table on the web that contains the text of 'saved value'?

How to double-click a row in a table on the web that contains the text of ‘saved value’?
I am a very basic user who wants to create a simple automation program.
please help

Hi @kahlilgibran

Could you Indicate the value you want to click in the table using Uiexplorer and show the selectors.

Thanks

Hello,

You can try to change Click activity property as CLICK-DOUBLE.

image

1 Like

I’m not sure, but are you saying that you should use Uiexplorer?
I’ve never used it before, so I’ll have to learn the basics of it and ask again.

Are use using studiox, I thought it was studio.tagging some of the peoples who can help on this,

@Yoichi @ppr @Palaniyappan @NIVED_NAMBIAR @lakshman @prasath17

Thanks

1 Like

thanks^^

@prasath_S @kahlilgibran

Sorry. I didn’t use StudioX till now.

1 Like

Hi,

It might depend on Studio version, can you try the following steps?

First, open Selector editor for Selector property of Click activity.

Next, highlight string which you want to set Saved Value, right click - Create variable (Let’s say x) (In older version, there might be no Create menu). See also the following document.

Put Save for Later activity just before Click. Expression will be the following.

x = Your Saved value

Regards,

1 Like

Thanks, I’ll try and try