puppeteer-sharp icon indicating copy to clipboard operation
puppeteer-sharp copied to clipboard

Add ClickOptions.Offset (Optional)

Open amaitland opened this issue 1 year ago • 1 comments

  • Add new Offset struct and replace BoxModelPoint usage for ClickablePointAsync
  • Add new Test case based on JSHandle.click should work

Puppeteer supports passing an offset via ClickOptions see https://pptr.dev/api/puppeteer.clickoptions

amaitland avatar Jul 11 '22 04:07 amaitland

New clickablePoint tests have been added. Fixed some copy paste typos.

PR https://github.com/puppeteer/puppeteer/pull/8858 should hopefully fix the typos in puppeteer

amaitland avatar Aug 30 '22 04:08 amaitland