Open
Description
I have a use-case,
I want to invoke multiple driver parallel with different capabilities in selenium
that it should create a new session parallel with different capabilities
/wd/hub/session
{
browserName: 'chrome',
"others:option":{
name: parallel-test-chrome
}
}
/wd/hub/session
{
browserName: 'firefox',
"others:option":{
name: parallel-test-firefox
}
}
I am not sure how can i achieve this
Metadata
Metadata
Assignees
Labels
No labels