Kirill Merkushev

Results 87 comments of Kirill Merkushev

You could try **novnc** with different settings and say what combination of settings is good for you. You can connect to vnc via novnc with pwd `selenoid`, and path `/vnc/`...

UI simply does nothing with browser width and viewport distribution. By default - xfvb screen greater than browser window, so some black space for UI - still the screen of...

So the proposal is to fit by width and align to center if width lesser than external viewport. Ok, accepted, will think on how to do it

All the drawings are made by js, you won't see anything in html. Issue should be fixed with some tune of novnc

There is an option to enable that deletion capability - just add manual label for the capabilities :) We can improve this maybe with some invisible or dedicated label -...

right now i have only video ids, so for everything additional I need new api. Pagination is not super hard to implement. Its even can be done purely on the...

I think that's about the browser to access selenoid-ui. Actually, it pretended to work with edge. @andrew-sumner can you show the developer console errors when you access via edge? Should...

https://developer.mozilla.org/en-US/docs/Web/WebDriver/Capabilities can you point to the document which stands that removed caps are not compliant? More than that it explicitly saying > The first thing you need to know is...

I think you misread something in the spec. Spec says exactly the same - and `firstMatch` or `alwaysMatch` are required inside of the `capabilities` node. (Even in the implementation [code](https://github.com/SeleniumHQ/selenium/blob/bf2012368e5f094dab8b4ed8d2caa87ea2b3434e/javascript/node/selenium-webdriver/lib/webdriver.js#L682))...

So following w3c logic only ``` "enableVNC": true, "name": "this.test.is.launched.by.curl", "sessionTimeout": "120s" ``` are non-w3c-compliant and should not be in the always/first match nodes on the top level (and they...