Skip to content

Chrome Integration Release

Compare
Choose a tag to compare
@kensoh kensoh released this 09 Jul 10:12
· 980 commits to master since this release

TagUI is a general purpose tool for automating web interactions

  • TagUI steps can now automate Chrome browser
  • directly automate visible or headless Chrome
  • websocket connection on separate PHP thread
  • communication via Chrome Debugging Protocol
  • chrome_step(method, params) to send and receive

List of custom CasperJS methods to communicate with Chrome

  • back, capture, captureSelector, click, debugHTML, download, evaluate, exists, fetchText, forward, getCurrentURL/HTML/Title, mouse.xxx, reload, sendKeys, waitForPopup, withFrame, withPopup