Hello friends,
@rkelchuri, @Ninett_Panfir, @Rammohan91, @balupad14, @Florent_Salendres, @vvaidya, @Palaniyappan, @ClaytonM, @vvaidya![image|627x107]
I cannot perform a click on an image inside a webpage, either with click action, click with citrix so with coordinates or with click image.
I shoul click on the yellow image.
Can you help me?
Cami
@CamiCat,
what kind of application it is. If it is a java application then try to use Java package and try to read selector for the icon.
Alternatively, you can try shotcut key command from windows to access that icon and use sendhotkey activity to pass the same.
Hope my inputs are useful.
Thank you @rkelchuri.
I noticed that it has different behaviours if i set Waitforready property to NONE or INTERACTIVE.
If I set NONE it seems working.
How to proceed?
Thank you,
Cami
Hi @CamiCat
Set the wait for Ready to complete and process the application based on send hot key activity
Thanks
Ashwin.S
Hi @CamiCat
In Wait for ready property you can see the dropdownlist with None,Interactive and complete
if you are not able to view it tell us the version
Thanks
Ashwin S
Yes , but if I choose intercative or complete the click doesn’t work.
Why?
Thank you,
Cami
Hi @CamiCat
Use Element exists before click activity and check the boolean operation and do the click operation
use timeout ms as 18000
Thanks
Ashwin S