Andrii Kremliovskyi

Results 5 comments of Andrii Kremliovskyi

Are there any docs on how to use BrowserUp, BrowserMobProxy with Selenoid ? Whenever I set proxy capability for chrome driver the browser in Selenoid container does not have access...

One more vote here, the workaround is not working, keycloak auth is logging out immediately after loging and redirect to home page. Please implement this https://docs.cypress.io/guides/references/client-certificates in playwright, this is...

Really expect this to be a feature to make playwright more friendly for API testing. It is more concise to write this then extract each and every field separately. It...

@J5 I am using this, it works matchersTypes.d.ts ``` import { expect as baseExpect } from '@playwright/test'; import { customMatchers } from './customMatchers'; declare global { namespace PlaywrightTest { interface...