-
| Can't figure out how to make desired_cap work with selenoid.  Selenoid expects  Tried: pytest [test] --server=http://localhost:4444/wd/hub --chrome --cap-string='{"selenoid:options": {"enableVNC": true}}'   So far only able to make it work by adding   | 
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
| @webmoskal I created a ticket for this and will have a new release soon: #1088 | 
Beta Was this translation helpful? Give feedback.
-
| @webmoskal This has been resolved by https://github.com/seleniumbase/SeleniumBase/releases/tag/v2.2.2 
 (For minimum SeleniumBase version  | 
Beta Was this translation helpful? Give feedback.
@webmoskal This has been resolved by https://github.com/seleniumbase/SeleniumBase/releases/tag/v2.2.2
--cap-string='{"selenoid": "true"}'--cap-file=CAP_FILE.pywith a line that contains:"selenoid": "true",https://github.com/seleniumbase/SeleniumBase/blob/master/examples/capabilities/selenoid_cap_file.py
(For minimum SeleniumBase version
2.2.2.)