Framework for the interaction with Web-Based drivers
Apache Maven
<dependency>
<groupId>org.xpathqs</groupId>
<artifactId>xpathqs-web</artifactId>
<version>0.0.1</version>
</dependency>
Gradle Kotlin DSL
implementation("org.xpathqs:xpathqs-web:0.0.1")
Gradle Groovy DSL
implementation 'org.xpathqs:xpathqs-web:0.0.1'