Hi team,
I need to click on 2 different parts of a website using Single Click activity.
I tried by using pipe character in between the 2 search click texts.
Refer below screenshot.
Here I need to click on U.S. Full Prescribing Information and then OPDIVO.
I used the click text as U.S. Full Prescribing Information | OPDIVO
Is this the correct way or are there any other alternatives available for me to click 2 text using single click activity.
Why is there such a need? Normally to click on 2 different parts you need 2 clicks, hence you need to use 2 click activities.
No, I tried using the click text separated by pipe character(|) and it got worked in debug mode. But when try running in unattended it is failing. Is there a different way in which we can do multiple clicks using 1 click activity
It’s not doing 2 clicks, but one. It’s not possible to do multiple clicks with one activity.
However: To achieve the result of the 2 clicks with one activity, you can use a Click activity with the Simulate option, clicking straight on the “OPDIVO”. This worked on my end, please try.
Strict selector:
<webctrl parentid='pilink' tag='A' aaname='OPDIVO' parentclass='dropdown-menu dropdowns' />