Can I use Watir to clear data from a website on a Linux server without a monitor?

Can Watir be used to clear data from a website (using AJAX), but on a Linux server without a monitor? (linode.com)?

+4
source share
1 answer

There are several ways to do this:

This is basically a compromise between speed and realism. Personally, I would go with No. 2 if the site had complex JavaScript or invalid HTML, but both approaches deserve attention.

In the future I will follow up on this project , which looks like a terrific idea.

+8
source

All Articles