i am enter the website name. click (CNT+U) open html source page i need extract the details. mail,contact number,…give any suggistion plesase. how to do this process.give me sample flow
Hi @rpaapp
Try saving the website page as html doc and read the data using read text file…then if the data comes in we can try to extract data with regular expressions.
Regards
Hi @rpaapp
You can use the API’s to get the data from the Source Page. But the outcome comes in Json format. There you can deserialize the Json and get the details from it.
Use the HTTP request activity for it.
Hope it helps!!
could you please give sample flow…
not using API. 200 website is there., i need each website details mail and contact number also…give me flow
Why going long way. You can use UiPath activities like Get Text, or Table Extraction to get the desired data from website directly.
Thanks,
Ashok
Hi @rpaapp
To build a flow you have to give me the Input details of website URL, required output data.
already i am using get text one error is throwing browser cannnot communicate with…
pixelado.io
tilda.cc
this is all website names after enter website name open source page(CONTROL+U).after extract the data mail…
ok this should be the error you would be working on.
Check if Browser extension is installed correctly. Is extension is allowed enabled and provided the required access if you are using UiPath studio on company provided laptop. Company policies often blocks the extensions.
Follow this documentation to get it installed correctly.
Thanks,
Ashok