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 6a31f81 commit 05c37b7Copy full SHA for 05c37b7
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