I am trying to click on a radio button of SAP ariba portal but its not working I am trying various ways but still not working.
Note:- I am not able to spy the same using AA or UIA mode.
Even I have tried different by changing Element type still its not working. Path is :- /HTML/BODY(1)/DIV(5)/DIV(3)/TABLE(1)/TBODY(1)/TR(1)/TD(1)/TABLE(1)/TBODY(1)/TR(4)/TD(1)/TABLE(1)/TBODY(1)/TR(1)/TD(1)/DIV(1)/DIV(1)/DIV(1)/TABLE(1)/TBODY(1)/TR(1)/TD(1)/SPAN(1)/DIV(1)/DIV(1)/TABLE(1)/TBODY(1)/TR(1)/TD(1)/DIV(1)/DIV(1)/DIV(2)/DIV(1)/DIV(1)/TABLE(1)/TBODY(1)/TR(1)/TD(1)/FORM(1)/TABLE(1)/TBODY(1)/TR(1)/TD(1)/DIV(1)/DIV(1)/TABLE(1)/TBODY(1)/TR(1)/TD(1)/TABLE(1)/TBODY(1)/TR(3)/TD(1)/TABLE(2)/TBODY(1)/TR(3)/TD(2)/DIV(1)/DIV(1)/DIV(2)
Hi @Shanmukha Gajula Try to spy using HTML mode with application navigator. You may not able to highlight the particular element even after spying but you can able to click on back end. If you will get that element and you will Click Center function then it will work perfectly. Other wise you can inspect that particular element and use that property in Application Modeller.
Please let me know if you have any doubt I will help you on that.
Did You try to get elements tree using below navigator options? maybe functional element cannot be spied in standard way as it is overlapped by other element (it happened to me couple of times)
Other method that you can try is to collect coordinates of spied element and use global mouse click on the element - it should work.
Best regards, Michal Szumski
------------------------------ Michal Szumski RPA developer Rockwell Automation Europe/Warsaw ------------------------------
Hi @Shanmukha Gajula Try to spy using HTML mode with application navigator. You may not able to highlight the particular element even after spying but you can able to click on back end. If you will get that element and you will Click Center function then it will work perfectly. Other wise you can inspect that particular element and use that property in Application Modeller.
Please let me know if you have any doubt I will help you on that.