https://www.propertyguru.com.sg/property-agent-directory
Hi does anyone know how to scrap this type of data where i want the name and mobile but the mobile is on another page?
https://www.propertyguru.com.sg/property-agent-directory
Hi does anyone know how to scrap this type of data where i want the name and mobile but the mobile is on another page?
Use get attribute activities and extract aaname as mentioned in screenshot, You can get phone number
Hi can show the steps? Sorry i am new to Uipath.
Hello @Alan_Lau
In this case you can extract all the mandatory details apart from mobile number using table extraction, then use Get attribute on the phone symbol to get the phone number.
Either you can write it to excel or you can add it to the data table. Instead of providing the navigation button in the Table extraction, do it using a click activity.