Question
CGI
US
Last activity: 10 Nov 2021 14:13 EST
How to click through Radio buttons from web table using chrome?
Hello,
In my first attachment "Table.jpg" you can see the format of my table in first column I have radio buttons and then other columns with some information.
What I want to achieve was to click the radio button and also to read all the info from the other columns.
In my second attachment "Logic.png" as you can see I tried to read rows and then from that cells, finally I was able to read all the values from the table without an issue.
I tried giving the X, Y while clicking but still not working.
I interrogated radio button separately and set ElementId as False and now I was able to get all the matches for radio buttons.
I wanted to provide some index number and have it clicked so, for that I tried GetClones and extracted as proxy but in the end I am not having the performClick as option.
I would really appreciate your feedback and support on this.
Thank you in advance,
Rahul
@RahulvarmaP4108 I suspect that your match rules are specific to whatever row you have interrogated, making it so the radio button only matches on one of the rows. Is this using Internet Explorer or the Universal Web Adapter (Chrome or IE)?