Ivan Mirić
Ivan Mirić
I'm having the same issue on Linux and v0.7.1, and confirmed that [the suggested features workaround](https://github.com/dandavison/delta/issues/320#issuecomment-691675819) works. FWIW here's my config: ```bash $ delta --version delta 0.7.1 $ delta --show-config...
**Update and correction**: After discussions with Ankur, we determined that the issue mentioned in the description happens in WSL2/Ubuntu because the `chromium-browser` package was installed, which is a Snap package....
Given that we now know the root cause of this (see the [updated comment above](https://github.com/grafana/xk6-browser/issues/491#issuecomment-1265205533)), the fix for this issue should ensure that we fail quickly, and, if possible, printing...
Yeah, this is a problem in a few places :disappointed: We should test this conversion everywhere we use duration arguments. Or, preferably, switch to using duration strings like k6 does,...
I think it would be fine to break compatibility with Playwright and use duration strings everywhere. This aligns better with k6 and it's better UX than unitless integers, since it's...
@inancgumus I think that's a good idea, but you're describing log tracing, which is a separate issue from this one. Besides, I see two potential issues with that: - It...
Just to point out that until this is implemented, it can be worked around with XPath selectors and `text()`, e.g. `//button[text()="Submit"]`.
Hi Diogo, thanks for opening this issue. There are currently no plans to add type definitions for xk6-browser, but the team is definitely interested in adding them in the future....
Hi, thanks for reporting this. What's your operating system and version, and which xk6-browser version (or commit) are you running? If you clone the repo, checkout `main` (4ae711e), and run...
Thanks for confirming @arahja. We've run into this error as well, though it should be happening less frequently since recent changes. To confirm: it only happens when the test run...