Question

I am looking for a way to interact with a web page and enter data to certain fields in it using an external program that interact with Firefox (or Chromium) web browser. The best I could find is the console commands for the browser, but they only let you go to a certain URL and not interact with the pages' content. I have also tried looking for some extension to do the job but I could not find any. Any suggestions?

Was it helpful?

Solution

You could create Chrome extension that communicates with your application via Chrome Native Messaging API: https://developer.chrome.com/extensions/messaging.html#native-messaging

OTHER TIPS

Take a look at Selenium and the tools mentioned at Selenium alternatives?.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top