MarketSquare / robotframework-seleniumlibrary-java

Java port of the Python based SeleniumLibrary for Robot Framework
Apache License 2.0
23 stars 16 forks source link

Request for configurable library scope #67

Open rajeevnaikte opened 5 years ago

rajeevnaikte commented 5 years ago

Am trying to do parallel execution fo suites with java multithreading. But the browsers opened are not thread safe. With library scope as SUITE, we could run in multithread.