1

I setup Grid2 with Selenium Webdriver and everything seems to be going fine but when a selenium test finishes, the node is still occupied and I can't reuse it !

Is there a way to problematically close/shutdown a node after using it ?

Thanks

4

1 回答 1

0

I solved it by using driver.quit(); when the test finishes.

于 2012-12-18T02:19:36.670 回答