İnanç Gümüş

Results 197 comments of İnanç Gümüş

For reference: https://github.com/grafana/k6/issues/2432#issuecomment-1170890617

It's an excellent next issue to work on because it's good to keep the browser open and try it with updated code while fixing bugs. So I've been researching about...

The first idea that comes to mind is that this could be because of a blank page (a.k.a. `about:blank`).

Ah, I confused this with another feature that we implemented. Let's reopen it.

It would be better if we could elaborate [this](https://github.com/grafana/xk6-browser/pull/369#discussion_r890011938) a little more. Yes, 👍 , let's discuss and update the description after the meeting.

Hi @asteriosgr, [This](https://github.com/grafana/xk6-browser/blob/main/common/connection.go#L146) is for connecting to the Browser's WebSocket DevTools URL. Even if we set it, the browser wouldn't use it. To fix this issue, I need some information...

@asteriosgr, I can let you pass the `proxy` options to the browser if that works for you (since we're also missing and not passing these options to the browser yet)....

@asteriosgr, sorry, I couldn't explain what I meant. My previous message was that **instead of** running via xk6-browser or Playwright, starting Chrome **directly from the command line with the proxy...

@ankur22 Thanks Ankur for helping me find the problems in the locator tests 🙇 @imiric No, it's not because of not calling `Mouse.dblClick`. Because some locator tests are incorrect 🤦...

Calling `l.dblclick` works when you change [this](https://github.com/ankur22/testserver/blob/d7e63fd17b0c0b325b55117855e3723019bd532e/main.go#L244-L245) to the following (`ondblclick` instead of `click`): ```html Increment ``` After the change, `l.click` doesn't work (as expected). So this (and the `l.dblclick`...