kbarlowgw

Results 8 comments of kbarlowgw

I am trying to use this to run a local browser not in incognito mode but, while I can run a local chromium install, it still seems that playwright wants...

Following up on this to see if there was a workaround or playwright switch I could use, it seems this ability is still in the works with playwright and we...

Sounds like the same issue I am having on the MacBook M1: https://github.com/Versent/saml2aws/issues/1139

It seems to be playwright: https://playwright.dev/docs/api/class-page#page-wait-for-request I was able to patch it locally: https://github.com/Versent/saml2aws/issues/1139#issuecomment-1761511702

I don't have the ability to release the project. You need the maintainers to do that. On Mon, Nov 6, 2023 at 9:16 AM mehtaruchir ***@***.***> wrote: > kbarlowgw >...

As noted in the [other post on this issue](https://github.com/Versent/saml2aws/issues/1142), this is indeed hitting the 30s timeout in the playwrite API https://playwright.dev/docs/api/class-page#page-wait-for-request. I was able to apply a patch locally and...

I've created a pull request to apply my fix - a fixed 5m timeout: https://github.com/Versent/saml2aws/pull/1153