Capture the data from web page and copying that data on text document

Hi,

I am trying to automate one process, will explain the requirement in detail.

  1. Opening a web page ex:- https://www.chromestatus.com/features/schedule

  2. Click one of the hyperlink

  3. After clicking on hyperlink it will redirect to respective page.

  4. It should copy the content from that page.

  5. After copying the content should paste in text document and save file as sample.txt

I am able to do till step 3.so please suggest scenarios to do step 4 and 5 through assistedge studio.

Regards,
AMD Taeeb

Hi,

For the step 4 - Use the web-scrapping field to get desired data in the respective arguments.
For the step 5 - Use the file operation activity to create the .txt file and paste the content using windows automation.

Alternate approach for the step 5 - Use the below marketplace URL which consist the desired skill that gives the same functionality. You can use the same process to achieve this by using the re-use process activity.

https://marketplace.assistedgeautomation.com/skill/create-text-file/

All the details related to the skill are already present in the HOW-TO-USE section of the skill.

Regards,
Shubham.

Hi Shubham,

Can you please share the screenshot where I able see the web-scrapping filed.

Regards,
AMD Taeeb

Hi,

Use the application activity and add your web-page url to it. Then use the setting option in that activity and capture the field using the play button in the desired arguments. Use that argument for further processing.

Regards,
Shubham.