Skip to content

Allow multiple instances of webdrivers in a single test #1

@cbikar

Description

@cbikar

Hi,

For some test scenarios it'd helpful to have two (or more) browsers in one single test. For example, to test a chat application, you'd need two browsers that are visiting the website and starting a chat with each other.
Right now, the below is not possible as internally only one webdriver is created and user2 is working with the same instance as user1:

const user1 = redline.loadBrowser('phantomjs');
const user2 = redline.loadBrowser('phantomjs');

Can you allow multiple instances or let me know if there's another way to achieve this behaviour?

Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions