Top "Webautomation" questions

Deals with programmatically automating web browsing activities.

How to get children of elements by Puppeteer

I understand that puppeteer get its own handles rather than standard DOM elements, but I don't understand why I cannot …

javascript node.js puppeteer webautomation
How to get body / json response from XHR request with Puppeteer

I want to get the JSON data from a website I'm scraping with Puppeteer, but I can't figure how to …

javascript node.js puppeteer webautomation
Need to click, hold and move at certain coordinates with capybara(ruby)

Im trying to implement a click, drag and release at certain coordinates for a web page, headlessly using Capybara. The …

ruby selenium capybara headless webautomation
Python, mechanize, proper syntax for setting multiple headers?

I can't seem to find how to do this anywere, I am trying to set multiple headers with python's mechanize …

python http-headers mechanize webautomation