0

I have a server that runs one selenium process at a time. I need to be able to run multiple selenium processes in parallel on that server. How can I do that?

2
  • The easiest way is just to create multiple instances of the driver. Commented Aug 2, 2016 at 23:58
  • @Jassmine can you mark Question as answered ? :) Commented Aug 5, 2016 at 17:05

2 Answers 2

1

you can use Selenium Grid to run multiple selenium processes in parallel http://elementalselenium.com/tips/52-grid

Sign up to request clarification or add additional context in comments.

Comments

0

If you want parallel execution for your selenium script then you can use TestNG.

http://testng.org/doc/index.html

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.