if i use #doubclick i can only select the first word but if i could give three clicks i would select everything i already tried using an empty xclick (to click once) and another xclick command - #doubleclik. But it is not fast enough to select all the text.
Hi Alan,
Can you please explain the purpose for 3 clicks?
Do you just want to keep this text selected or want to save this text?
To highlight the text by clicking 3 times, you can use something like below thrice:
{
“Command”: “click”,
“Target”: “xpath=//*[@id=“mycat-results-container”]/table/tbody/tr[2]/td[6]”,
“Value”: “”
}
To save this text, you can use a command like below which stores the text in the field to a csvline, which can then be saved to an output csv file: