diff --git a/README.md b/README.md
index 09f6e8b..5930921 100644
--- a/README.md
+++ b/README.md
@@ -33,7 +33,7 @@ WebDriver webDriver=util.driver;
The framework will also take care of the entire configuration of the Drivers, you just need to specify what supported WebExplorers do you want to run your scenarios on.
-* Version: [0.3.2](https://github.com/orgs/WhiteOrganization/packages)
+* Version: [0.3.3](https://github.com/orgs/WhiteOrganization/packages)
This is still in development and some methods are being constantly added as they are used. Please help us by requesting those you need or need more detailed documentation.
@@ -48,7 +48,7 @@ by including it in your POM](https://maven.pkg.github.com/whiteorganization/whit
io.github.whiteorganization
white-selenium-framework
- 0.3.2
+ 0.3.3
```
If used on a long-term heavy-use project we recommend:
@@ -61,7 +61,7 @@ If used on a long-term heavy-use project we recommend:
io.github.whiteorganization
white-selenium-framework
- 0.3.2
+ 0.3.3
@@ -101,7 +101,7 @@ and import the dependency like this:
com.github.WhiteOrganization
White_SeleniumFramework
- white-selenium-framework-0.3.2
+ white-selenium-framework-0.3.3
```
diff --git a/pom.xml b/pom.xml
index 538d4b0..05e0f0a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
4.0.0
io.github.whiteorganization
white-selenium-framework
- 0.3.2
+ 0.3.3
${project.groupId}:${project.artifactId}
A Selenium Framework that will help to execute tests and custom scenarios faster and reduce the effort
to access many sections Selenium related.
@@ -11,7 +11,7 @@
https://github.com/WhiteOrganization/White_SeleniumFramework
-
+
8
4.7.2
@@ -63,12 +63,23 @@
${selenium.version}
+
org.seleniumhq.selenium
selenium-chrome-driver
${selenium.version}
+
+
+
+
+
+ org.seleniumhq.selenium
+ htmlunit-driver
+ ${selenium.version}
+
+
@@ -82,15 +93,6 @@
-
-
-
- org.seleniumhq.selenium
- htmlunit-driver
- ${selenium.version}
-
-
-
org.slf4j