You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+30-4Lines changed: 30 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,13 +13,16 @@ Most of performed methods are logged using LOG4J, so you can easily see a histor
13
13
We use interfaces where is possible, so you can implement your own version of target interface with no need to rewrite other classes.
14
14
15
15
### Quick start
16
+
To start the project using aquality.selenium framework, you can [download our template BDD project by this link.](https://github.com/aquality-automation/aquality-selenium-java-template)
16
17
17
-
1. To start work with this package, simply add the dependency to your pom.xml:
18
+
Alternatively, you can follow the steps below:
19
+
20
+
1. Add the dependency to your pom.xml:
18
21
```
19
22
<dependency>
20
23
<groupId>com.github.aquality-automation</groupId>
21
24
<artifactId>aquality-selenium</artifactId>
22
-
<version>LATEST</version>
25
+
<version>3.x.x</version>
23
26
</dependency>
24
27
```
25
28
@@ -47,14 +50,37 @@ txbSearch.submit();
47
50
browser.waitForPageToLoad();
48
51
```
49
52
50
-
6. Quit browser at the end
53
+
6. Use BiDi functionality to handle basic authentication:
0 commit comments