automation - Selenium Grid Support - launch multiple browser windows from same machine -


we know selenium grid supporting parallel testing different machines.

my objective launch multiple browser windows same machine , launch tests same machine parallel. possible selenium grid? guide me here, please?

regards, -kranti

yes, can , can specify how many windows want run @ once on given computer. done through -browser parameter:

java -jar selenium-server-standalone-2.42.0.jar -role node -browser browsername=firefox,maxinstances=3 -hub http://localhost:4444/grid/register 

the above parameter allows node run 3 instances of firefox browser @ once.

later on, computer open 3 different instances of firefox , run tests. worked in setup.


Comments

Popular posts from this blog

PySide and Qt Properties: Connecting signals from Python to QML -

c# - DevExpress.Wpf.Grid.InfiniteGridSizeException was unhandled -

scala - 'wrong top statement declaration' when using slick in IntelliJ -