Automation Challenge: Clicking 'Show Details' Buttons on Healthcare Website Profiles

I tried to automate the clicking of a ‘Show Details’ button on a healthcare website, where there are multiple such buttons with the same name for each profile. However, the automation only worked for the first profile and occasionally worked randomly on others. Attached below are the screenshots.

Here is a screenshot of a random selection, and with the first one being highlighted. And I attempted to scrape data from each doctor’s profile on the website and clicked the “Show Details” button. A screenshot of this is also provided with that website link.

@NikhilR

Use for ech ui element activity so that each show details are clicked

alternately use idx to change where you click

cheers

"I used both the ‘For Each’ Ui Element activity and an index to make changes, but it didn’t work.
Thanks for the reply

@NikhilR

What have you used…how the ui looks…did you get an error…if you give the details we cna help

Cheers

I have uploaded the screenshots I used to design the UI and provided the URL for accessing them. Unfortunately, I am unable to upload the XAML file.

You can find the screenshots at this link: Imgur: The magic of the Internet.

I am working on extracting information from the following website: https://findaprovider.wellcare.com/search-results.

@NikhilR

Just tried with for each ui elemnt and it is going to each show details as expected

please try properly

I used hover to check can use click if you need

Are you passing current element ?

cheers

Ok let me try this again
Thanks for help.

1 Like

Hi,
What version of UI Studio are you currently using?
Mine is Studio 2023.10.2 with an enterprise trial license

I am unable to use the hover activity in my version of the studio because, instead of providing an input element like the CurrentElement, it requires indicating on the screen and specifying a duration, such as 1, 3, or 5.

@NikhilR

in the properties of hover you will see input element where if you provide currentelement it will not ask to indicate

cheers

1 Like

I found the solution. Thanks for the help.

1 Like

@NikhilR

Great…Happy Automation

Please close if no further question

Cheers

Hi, is it possible to extract data from an unstructured PDF, such as names, specialties, hospital affiliations, etc.? I’ve attached a screenshot of the PDF that I would like to extract information from.

@NikhilR

if the place holders like Name,Speciality etc are present then we can extract using regex

It looks totally offtopic…to maintain segregation please create a separate topic with it

cheers

Okay, thank you for the help.

1 Like

@Anil_G Hi I created a new topic for the issue at

Could you please have a look at it, any help would be much appreciated.

1 Like

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