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 a87402e commit 26df937Copy full SHA for 26df937
src/test/java/com/techboy/selenium/beanconfig/Beans.java
@@ -18,7 +18,6 @@
18
@Configuration
19
public class Beans {
20
21
- String workingDir = System.getProperty("user.dir");
22
private String workingOS = System.getProperty("os.name").toLowerCase();
23
private final boolean proxyEnabled = Boolean.getBoolean("proxyEnabled");
24
private final String proxyHostname = System.getProperty("proxyHost");
0 commit comments