mirk.mirk

Results 4 comments of mirk.mirk
trafficstars

I wasn't able to interact with the pop up page of our chrome extension until I did the following using playwright-pytest with python 3.10: 1. set up my conftest.py as...

@aslushnikov Can this please be re-opened? This is still an issue for me as well. The hack-y solution I listed above (using time.sleep(3) before trying to click on a button...

@aspenboy Was this on the popup page of a chrome extension? I have the same thing you're suggesting for the other pages of my extension and it works fine. It's...

@aspenboy I just realized that wasn't included in the original post. I narrowed it down to the popup.html page after I made this post.