Stuck in Radio Button

URL:

https://docs.google.com/forms/d/e/1FAIpQLSfCfVl36y3XXhDA4Vii-3JNVZGBSUjSIGURyYSBayGFUWfdLw/viewform

For Radio Button I have Assign Radio button then Pass Click and Change Selector mean while when I am Run the Program then Focus On Radio Button but Click is not Performed. I am trying using Click Activity but it give me error and While I am Using Get Attribute then I am Stuck.please give me suggestion For that.I am Beginner in UI path

Check this thread once -

Regards,
Karthik

Make sure your click is in e.g. Attach Browser activity, check which browser is picked in options of it, and then inside this activity perform Click.
Try workflow below:

ClickRadioButton.xaml (7.4 KB)

Regards

Thank u but I am working on Radio Button not check box. As Per my Checkbox Flow(Movie,Music,Travel,Reading) i am Performing Radio Button like Select Friend value as Dynamic because every time i am select different value from my Excel Do You have any Idea How to click on Friend on my Radio Button Main.xaml (49.8 KB)

Thanks For Reply but This is for desktop I did in Web So Do You have any Idea Why Click is not Performed this is my workflow Main.xaml (49.8 KB)

What selector are you using?

ClickOnRadioButton.xaml (7.5 KB)

Please check, whether this selector creation is working for you :slight_smile:

3 Likes

i am little bit confusion in which you have to passed selector
"<html app='chrome.exe' title='Event Address' /><webctrl aaname='"+EventFind+"' tag='LABEL' />"
while I have to passed like this in selector
"<webctrl aaname='"+EventFind+"' class='docssharedWizToggleLabeledContainer freebirdFormviewerViewItemsRadioChoice' tag='LABEL' parentid='mG61Hd' />"
while i am passed my selector then do the focus only not clicked and Your suggestion is working as charmed.and this same selector i am using in Checkbox and its working fine why You add this one <html app='chrome.exe' title='Event Address' />

I’ve used UI Explorer to generate this selector.

So Conclusion is as per UI Explorer generate the Selector In Expression Editor but while i am performing in attend radio button then click not performedradio

I think the reason why in your case click was not performed was, that the selector was just not right.
Always try to look after valid selector :slight_smile:

Regards,
Olga

Okay but i am very week in selector :worried:one last time to choose correct selector I have tried with this

"<html app='chrome.exe' title='Event Address'/>
<webctrl aaname='"+UserAttendOrNot+"' idx='1' parentid='mG61Hd' tag='DIV' />"

and also above image selector but cannot clicked and if u have a demo for practice then give me

Try to read more about selectors and UI hierarchy, attributes.

1 Like

Finally its done i am not Clicking On Simulate Property that why click is not performed finally its done Thanxs a lot For Helping:smiley:

1 Like

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