There are three toggle button with same properties in the admin searched user screen . How to determine the individual elements ?
I have to find if the toggle button is enabled or not ? If it’s not enabled , I have to enable it .
Jira software toggle is creating issue . Sometimes it looks for ops genie toggle because it has same properties.
To check if it’s enabled or not … I used data-checked=true .
But to uniquely identify , I am not able to use innerhtml attribute value=jira software
Please help me
Hi @Ragavi_Rajasekar
could you please share the UiPath code as well these three selector individual.
seems we have UiPath_Custom_Id is that keep on changing in your application.
have you tried with Get Attribute activity , also change the option of Ui Framework in UI Explorer
@Ragavi_Rajasekar you could also Work with Image selector and the anchor Set correctly if nothing else is helping you Out. It’s nowhere near best practice but should still work
Anil_G
(Anil Gorthi)
April 27, 2024, 9:53am
4
@Ragavi_Rajasekar
In the middle window try to go one level above from bottom and check…in those the name you need would be present
Also instead you can use check activity as well where you can select true always instead of checking
Hope this helps
Cheers
@Ragavi_Rajasekar ,
Use Get Attribute to get current selection of the toggle button and to change it’s toggle, use anchor to get exact button to toggle.
Thanks,
Ashok