I need to select the option from the list
Can you please elaborate the solution? I have to select an option from the drop down list that gets dispalyed after a click on the property panel of the desktop application that I am trying to automate.
Hi
You can use the Recorder → Capture action for the same and utilize either the Select item by Index by mentioning the Item index number or the Select Item by Name option by mentioning the Item name.
Hi ,
Follow the below steps:
step 1 -- Drag an drop capture action command (Recorder Package)
Step 2 -- Capture the dropdown object
Step 3 -- Depending on use case select the appropriate action to take on the object from the dropdown.
To select the specific item from the dropdown list try using (Select using text) and provide the text value in a variable.
Thanks
Happy Automation.
Try after changing the Object Capturing Technology within the Capture action.
It is a desktop application. What Capturing technology is suitable for that?
I tried doing it with different Captures but it doesn’t work.
I tried doing it with different Captures but it doesn’t work.
Which one from the Application’s Drop-down you are trying to select?
I need to click on the “Structure” option from the property panel and have to select on the “Add Section” option from the window displayed.
I need to click on the “Structure” option from the property panel and have to select on the “Add Section” option from the window displayed.
Ok. Have you tried with the Index number of it (Select Item by Index)?
Yes, I did. Didn’t work either.
Can you try to record the steps and give it a try with the auto generated code
Note: 1)Start the recording.2)Click on the drop down and select the dersired text from dropdown and stop the recording. 3)Try running the the autogenrated code.
This should work :)
Thanks
Shoeb
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.