Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

allow scenario with multiple browsers #231

Closed
bhecquet opened this issue Apr 23, 2019 · 0 comments
Closed

allow scenario with multiple browsers #231

bhecquet opened this issue Apr 23, 2019 · 0 comments
Milestone

Comments

@bhecquet
Copy link
Owner

Selenium scenario always play with one browser only, but in some case, an other browser may be necessary to do some parallel operations:

  • Do something with chrome
  • start IE and do other things on an other application that do not support chrome
  • go back to chrome to finish scenario

We should be able to:

  • create an other browser, given a session name
  • switch to the newly created browser
  • go back to an other browser (session name: "main"
  • close all managed browser at test end
@bhecquet bhecquet added this to the 4.6.0 milestone Apr 23, 2019
bhecquet pushed a commit that referenced this issue Apr 25, 2019
bhecquet pushed a commit that referenced this issue Apr 26, 2019
bhecquet pushed a commit that referenced this issue Apr 26, 2019
bhecquet pushed a commit that referenced this issue Apr 29, 2019
bhecquet pushed a commit that referenced this issue Apr 29, 2019
@bhecquet bhecquet closed this as completed May 2, 2019
bhecquet added a commit that referenced this issue May 9, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant