Microbrowser
A programmatic web browser for HTML Microdata.
Background
Inspired by Jon Moore's Building Hypermedia APIs with HTML talk at QCon 2013, Microbrowser aims to provide a production ready Java implementation of his Python prototype.
| License |
License |
|---|---|
| GroupId | GroupIdorg.hobsoft.microbrowser |
| ArtifactId | ArtifactIdmicrobrowser-selenium |
| Last Version | Last Version0.3.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionMicrobrowser Selenium
Microbrowser implementation for Selenium.
|
<!-- https://jarcasting.com/artifacts/org.hobsoft.microbrowser/microbrowser-selenium/ -->
<dependency>
<groupId>org.hobsoft.microbrowser</groupId>
<artifactId>microbrowser-selenium</artifactId>
<version>0.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.hobsoft.microbrowser/microbrowser-selenium/
implementation 'org.hobsoft.microbrowser:microbrowser-selenium:0.3.0'
// https://jarcasting.com/artifacts/org.hobsoft.microbrowser/microbrowser-selenium/
implementation ("org.hobsoft.microbrowser:microbrowser-selenium:0.3.0")
'org.hobsoft.microbrowser:microbrowser-selenium:jar:0.3.0'
<dependency org="org.hobsoft.microbrowser" name="microbrowser-selenium" rev="0.3.0">
<artifact name="microbrowser-selenium" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.hobsoft.microbrowser', module='microbrowser-selenium', version='0.3.0')
)
libraryDependencies += "org.hobsoft.microbrowser" % "microbrowser-selenium" % "0.3.0"
[org.hobsoft.microbrowser/microbrowser-selenium "0.3.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.hobsoft.microbrowser : microbrowser-spi | jar | 0.3.0 |
| com.google.guava : guava | jar | 23.6-jre |
| org.seleniumhq.selenium : selenium-java | jar | 3.11.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.hobsoft.microbrowser : microbrowser-tck | jar | 0.3.0 |
| junit : junit | jar | 4.12 |
| org.mockito : mockito-core | jar | 1.10.19 |
A programmatic web browser for HTML Microdata.
Inspired by Jon Moore's Building Hypermedia APIs with HTML talk at QCon 2013, Microbrowser aims to provide a production ready Java implementation of his Python prototype.