Mykyta Chursin

Results 11 comments of Mykyta Chursin

8 years from the original message, nice πŸ˜ƒ

Cypress 9.2.0 ```yaml jobs: cypress-run: runs-on: ubuntu-latest steps: - name: Checkout uses: actions/checkout@v2 - name: Setup Node uses: actions/setup-node@v1 with: node-version: 16 - run: node -v - name: Cypress run...

what are alternatives now? tried https://webdriver.io/docs/options/#headers - no luck

@christian-bromann does it mean there’s no option to set request headers now? The reason I pointed wdio docs to understand if it currently works or just planned, no offense :)

@ntulele thanks a lot - amazing work. It really set headers everywhere, but some iframes don't use it. Made it work with https://github.com/bewisse/modheader_selenium extension, there's a way to set it...

+1. Previously it used to work without any extra packages. Probably need to rebuild the docker image with `libgudev` ``` Error: browserType.launch: ╔══════════════════════════════════════════════════════╗ β•‘ Host system is missing dependencies to...

```js launchOptions: { args: ['--disable-web-security'], } ``` nice workaround over , thanks

https://github.com/reaz1995/ghost-cursor-playwright