|
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 |
Answered by
mdmintz
Nov 29, 2021
Replies: 2 comments
|
@webmoskal I created a ticket for this and will have a new release soon: #1088 |
0 replies
|
@webmoskal This has been resolved by https://github.com/seleniumbase/SeleniumBase/releases/tag/v2.2.2
(For minimum SeleniumBase version |
0 replies
Answer selected by
mdmintz
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@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.)