File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed
src/test/java/com/lambdatest Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -25,13 +25,10 @@ public class SmartUI {
25
25
@ Before
26
26
public void setUp () throws Exception {
27
27
ChromeOptions browserOptions = new ChromeOptions ();
28
- browserOptions .setCapability ("platformName" , "Windows 10" );
29
- browserOptions .setCapability ("browserVersion" , "latest" );
30
28
31
29
Map <String , Object > ltOptions = new HashMap <>();
32
30
ltOptions .put ("build" , "JUnitSampleTestApp" );
33
31
ltOptions .put ("name" , "JUnitSampleTest" );
34
- ltOptions .put ("selenium_version" , "4.0.0" );
35
32
ltOptions .put ("project" , "SmartUI-Junit-Selenium" ); //Enter Project name here
36
33
ltOptions .put ("smartUI.project" , "Junit-Selenium" ); //Enter smartUI Project name here
37
34
ltOptions .put ("w3c" , true );
You can’t perform that action at this time.
0 commit comments