We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8fa238 commit 7027196Copy full SHA for 7027196
src/test/java/com/browserstack/SeleniumTest.java
@@ -12,6 +12,7 @@ public class SeleniumTest {
12
@BeforeMethod(alwaysRun = true)
13
@SuppressWarnings("unchecked")
14
public void setUp() throws Exception {
15
+ System.out.println("TESTING... PR");
16
ChromeOptions options = new ChromeOptions();
17
options.addArguments("start-maximized");
18
driver = new ChromeDriver(options);
0 commit comments