asha_TN
(Asha Tn)
June 26, 2020, 7:47am
1
Hello guys,
I am trying to click UI-Element in an application inside citrix.
It works in loop, the elements which appear in first half of the window it is working fine
if the element appears at the end bot failed to fetch by scrolling down.
window looks like this
i want to click particular element in yellow highlighted part of the window
balu
(Bharath Yadav)
June 26, 2020, 8:03am
2
Can i know which activity your using and are you able to find ui element or ur clicking based on text or image ?
asha_TN
(Asha Tn)
June 26, 2020, 9:05am
3
Hello @balu
I am using click activity, i used find element also it gave error saying ui element is out of parent boundary. i am trying to click on text.
Thanks,
Asha
balu
(Bharath Yadav)
June 29, 2020, 4:09am
4
@asha_TN
Click text works if text is visible on screen, make sure you scroll down before u click
Thanks
asha_TN
(Asha Tn)
June 29, 2020, 6:58am
5
Hello @balu
I checking with condition it says yes for element exist how can i use scroll if it says element exist?
Hi @asha_TN
Make use of Send Hotkey Activity as shown below and indicate the screen where you want it to scroll.
Hope this may help you to solve your issue
Mark as solution if this helps you and like it
Happy Automation
Best Regards
Er Pratik Wavhal
balu
(Bharath Yadav)
June 29, 2020, 9:00am
7
Yes if u use element exist it say true because the element you are looking for is available on screen and active but not visible.you may use Hotkeys for scrolling.
asha_TN
(Asha Tn)
June 29, 2020, 9:21am
8
Hi @Pratik_Wavhal
i can use send hot key activity when element exist condition goes wrong.
But here in this case it is telling element is there but fail to click on that particular element.
So i used find element before clicking , it is throwing error stating " element is out of parent boundary"