I’m currently working on extracting data from a website, specifically the phone number. However, the phone number is initially displayed in a format like “0096279552xxx,” and only after clicking on it, the complete number is revealed. I’m seeking a solution to address this issue and extract the complete phone number. Any help or advice would be appreciated. Thank you!
Use get text activity to get the mobile number and indicate on the element.
After indicates open the UI explorer and select the attribute which has the proper mobile number data. After this use get attribute activity and select the attribute in the output of get attribute create a variable which stores the exact data.
My robot’s goal is to assist users in finding real estate listings for apartments available for rent in a specific city. It will achieve this by taking input from the user, who will provide the city name. The robot will then scrape the relevant data from the web, including property prices, the number of bedrooms and bathrooms, and location details. The extracted data will be organized and exported into a Microsoft Excel spreadsheet for easy reference.
Specifically, the robot will collect the following information:
Location of the apartments
Number of bedrooms and bathrooms in each property
Rental prices of the apartments
Contact phone numbers for further inquiries.
With this process, users will be able to access comprehensive real estate data and make informed decisions when looking for apartments to rent in their desired city.
For that only click it and then get the number …as it is revealed only when you click…or if it is available in any attribute check and use get attribute