checkly / headless-recorder

Chrome extension that records your browser interactions and generates a Playwright or Puppeteer script.
https://checklyhq.com/headless-recorder
MIT License
15.03k stars 722 forks source link

Added *://*/ permission back due to issue #106 #107

Closed jamieni closed 4 years ago

jamieni commented 4 years ago

Pull Request Template

Description

the scenario is when the iframe has a different base url than the original url. i.e. original url: abc.com iframe url: abc-def.com

Type of change

Please delete options that are not relevant. Bug fix (non-breaking change which fixes an issue)

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Manual testing

Checklist:

maxigimenez commented 4 years ago

Thanks for contributing @jamieni