Jeff An

Results 24 comments of Jeff An

if I wanted to attempt to contribute a fix here, do you guys have any pointers in terms of where to start? i.e. do you have a general sense of...

We're building a managed testing service on top of playwright, and we need headful mode to render some UI that helps the engineer see what step they are currently executing...

Appreciate the tip @dgozman! Do you know if `locator.boundingBox()` has issues with different `deviceScaleFactor`s? A while back we did some prototyping with clicking elements with CDP using the bounding box...

Also encountering this problem w/ checkbox and input names not populating, e.g. ``` { nodeId: '1245', ignored: false, role: { type: 'role', value: 'checkbox' }, chromeRole: { type: 'internalRole', value:...

Sorry for the late response! I was able to get this working with the scale option set to `css` as well as the `sharp` library.

Thanks for the responses folks! `--no-cache` and `prefer-online` both do not seem to help this case: ![Screenshot 2024-10-16 at 4 18 39 PM](https://github.com/user-attachments/assets/e445b99e-e540-4d36-b8ed-0bd06b8e05c9) We know that it works on some...

We are aware of that, but we don't want to use `@latest` because it will automatically install versions that may be backwards incompatible with what the user is currently using....

I put it in the environment section: version: 10.9.0 npm config: ```ini auto-install-peers = true public-hoist-pattern = ["*eslint-plugin*","*prisma*","*bull*"] ```

What constitutes a local project or workspace? We have not installed this package (`momentic`) anywhere - it is only invoked as a CLI. It never appears as an entry in...

What kind of debug logs can we provide? Unfortunately it does not appear `npx` has a `--debug` or `--verbose` mode that prints more information about how its resolving. A colleague...