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 95417f2 commit 4988095Copy full SHA for 4988095
docs/Installing-the-project.md
@@ -17,6 +17,14 @@ Add the following to pom.xml:
17
</dependency>
18
```
19
20
+If you haven't already, change the Java version:
21
+```
22
+<properties>
23
+ <maven.compiler.source>1.8</maven.compiler.source>
24
+ <maven.compiler.target>1.8</maven.compiler.target>
25
+</properties>
26
27
+
28
If it is necessary to change the version of Selenium then you can configure pom.xml like following:
29
30
0 commit comments