Tool to send commands to third party websites

Asked

Viewed 27 times

0

I have a system that facilitates the life of some customers, it should download and export some data daily, so some customers with little computer knowledge do not need to access the systems and do and export data.

For this I connect on the site and use Javascript injection and I do the clicks and inputs to export the data. The problem is that there are some websites that have JS blocking of third parties, on account of which the question.

Is there any library or way to connect to a site and send commands?

I don’t really know but I’ve heard of Selenium, but I don’t know if it works any better than that.

Note: Currently my application works with Chormiumwebbrowser, with it I open the site and use the command ExecuteScriptAsync to send the JS commands. I have tried contacting the websites that customers use, but since it is not a large number of customers, it is impossible for them to integrate with API or any integration with our system.

  • Take a look at the Pupeteer, Nodejs library using Devtools protocol for automation, testing or scraping.

  • 1

    André, thank you very much! I studied this tool and managed to implement, the systems that had some lock I use the page.keybord.press() , then I can access it the same way, Valew!

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.