Click Check Box Problem

Hello everybody, i have an issue that i can’t solve, can somebody help me?

I want to click robots check box but robot name is variable that read from excel so it can be change. I have no idea how to do it

.

I mean i read from excel with read cell and store it inside Generic Value variable type.

If you need any information let me know.

Hi @berkay

Click on robot 5 and then use uiexplorer to find the selector based on that u can get the property as idx check each and every check box selector and iterate based on count
If click not working use check activity
Thanks
Ashwin.S

Hi @Ashwin thanks for your reply but can you please describe more spesificly. You mean i wont use ‘robotName’ variable? Or can you upload workflow?

This is what i see when i clicked ROBOT5 and open uiexplorer;

html title=‘Jobs - UiPath Orchestrator’ />

<webctrl isleaf=‘1’ tableRow=‘2’ tag=‘TD’

I think i have to add my variable somewhere

Hi @berkay,

Try to take a look at the new Selector learning path
https://360.articulate.com/review/content/7abbfef3-efab-44d2-9289-bda8e5b7fd34/review

Look under “Difficult Situations”

So find a Anchor point, using your variable.
You can insert your variable by clicking ctrl+space, when editing your selectors.

1 Like

Hi @berkay

Don’t give string variable set it as int variable check it for other robot s and ensure the selector are different based on table row and column

Thanks
Ashwin.S

1 Like

Okay thank you for your reply!

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