Hello, i have a python script in which im using selenium for web scraping, i want to automate the scraping with UiPath studio. Can someone guide me on how to do it ?? Thank you
Hi @Siwar_Ferjeni,
Welcome to UiPath form
Through UiPath you can able to scrap the detail screen scrapping & Data scrapping and get Text.
can you please elaborate more to easily get the answer
Regards,
Arivu
You will have to use Python scope activity and configure as per your system and python version settings.
Here is sample starter code I have. You can customize as per your requirement.
Main.xaml (8.3 KB)
Inside Python scope use Activities - Run Python Script activity and pass your script file path to execute.
Done!
Thanks,
Ashok