Check Radio Buttons Acc to the Data in Excel

Hi Guys,

i have column like HDD as shown
Screenshot 2023-01-18 202015

and i have to click on radio buttons acc to to the values in excel in the web

I did it in REFramework I get the data row by row but how to process it means according to the value it should be select the radio button ?

1 Like

Hey,

You can replace innerText or aaname in selector with varibale or argument as HDD value in that way it will be dynamic selector and it will select according to the value.

1 Like

Hi,

Can you use check activity and also see how the selector is varying for each size .

if you can find a property that matches the Size as in excel , then you can replace the property by passing it as a variable in the selector?

1 Like

Thank you @vishnuvarthanp @Ganesh_Dongre for reply
i replaced the aaname with the value of HDD but with aaname the idx property is also coming so its varying like 1 for 250GB , 2 for 500GB like wise so its not working i did the selector like this
image

that variable holds
image

Hi ,

Can you remove the index and check if the selector is being valid in the uiexplorer?
To test this , dont need to pass the variable in the selector

@kuldeep.shinde

Try with get the attribute activity & get the relevant attribute

Thanks
Varun

Hi Guys,

it works by using the Check Activity of Modern Activities and in Fuzzy Selector of Anchor and Target used the Value of HDD Size as aaname and pass it to the aaname Property as you suggested guys like below

image

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.