Skip to content

Multiple driver creation parallel #4984

@Advinsteve

Description

@Advinsteve

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

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions