Skip to content

v0.4.0

Compare
Choose a tag to compare
@mvdan mvdan released this 15 Aug 16:14
· 241 commits to master since this release
  • add WaitNewTarget to grab a tab opened by an existing tab
  • add CombinedOutput to gather the browser's output
  • add ByJSPath to select nodes via a JS expression
  • add Emulate and Device to easily emulate devices
  • mouse actions now use float64 coordinates to improve high-DPI support
  • fix an edge case where FullXPath could return an incorrect path
  • make DefaultExecAllocatorOptions an array, to discourage racy usage
  • give better errors when an unexpected undefined is encountered
  • fix a possible panic if page.Navigate is used directly
  • split Action into many interfaces to organise the docs into sections
  • add a number of examples and improve the documentation