In the above screen(its a pop up) , the field position is dynamic. Its a citrix based screen. So I can’t use “id” of every control to locate the fields, then hotkey will not help since the position of fields changes every time page loads. ctrl + F is also not coming up in this screen. no maximize available in the pop up so all the fields are not visible without scrolling(Image above is just a portion of pop up not the whole), so Identify based on image is also not possible.
Can you guys suggest any other idea with which i can move across different fields in this UI to enter/select data?
Thanks for your response. Anchor source I can have image identification but click or type into I can’t do since this is a citrix screen,I will not have ID for these field.
oh … Click the field you mentioned for that also i have to do based on image. I am not sure how i can anchor image in the left and give a respective text box or drop down in the type into. If you don mind can you detail out your idea in the lines of any of the control available in the screenshot. Let’s say - “Delivery Method”. How can i anchor and click on drop down and perform type into.
Hi @Deeipauk,
Please take a look at this one: BlankProcess29.zip (255.4 KB)
Please try this.
But first, open the ExpenseIt.exe
I do not use selectors there
When the elements are changing dynamically you can use Find element/Find image activity in the left side portion of ‘Anchor base’ activity and in the right part you can use 'Type into ’ activity as a consecutive action if the element/image is found.
same issue had faced in my last project, so as solution we create the automation which is a combination of surface plus connector base. For make it dynamic you can possibly check the screen by help of pick and pick branch activities and call your workflow accordingly.