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
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.
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
thanks^^
Sorry. I didn’t use StudioX till now.
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,
Thanks, I’ll try and try