us.codecraft:webmagic-selenium

A crawler framework. It covers the whole lifecycle of crawler: downloading, url management, content extraction and persistent. It can simply the development of a specific crawler.

License

License

Categories

Categories

webmagic Business Logic Libraries Web Crawling
GroupId

GroupId

us.codecraft
ArtifactId

ArtifactId

webmagic-selenium
Last Version

Last Version

0.7.5
Release Date

Release Date

Type

Type

jar
Description

Description

A crawler framework. It covers the whole lifecycle of crawler: downloading, url management, content extraction and persistent. It can simply the development of a specific crawler.

Download webmagic-selenium

How to add to project

<!-- https://jarcasting.com/artifacts/us.codecraft/webmagic-selenium/ -->
<dependency>
    <groupId>us.codecraft</groupId>
    <artifactId>webmagic-selenium</artifactId>
    <version>0.7.5</version>
</dependency>
// https://jarcasting.com/artifacts/us.codecraft/webmagic-selenium/
implementation 'us.codecraft:webmagic-selenium:0.7.5'
// https://jarcasting.com/artifacts/us.codecraft/webmagic-selenium/
implementation ("us.codecraft:webmagic-selenium:0.7.5")
'us.codecraft:webmagic-selenium:jar:0.7.5'
<dependency org="us.codecraft" name="webmagic-selenium" rev="0.7.5">
  <artifact name="webmagic-selenium" type="jar" />
</dependency>
@Grapes(
@Grab(group='us.codecraft', module='webmagic-selenium', version='0.7.5')
)
libraryDependencies += "us.codecraft" % "webmagic-selenium" % "0.7.5"
[us.codecraft/webmagic-selenium "0.7.5"]

Dependencies

compile (3)

Group / Artifact Type Version
org.seleniumhq.selenium : selenium-java jar 3.141.59
us.codecraft : webmagic-core jar 0.7.5
com.github.detro : phantomjsdriver jar 1.2.0

test (1)

Group / Artifact Type Version
junit : junit jar 4.13.1

Project Modules

There are no modules declared in this project.

Versions

Version
0.7.5
0.7.4
0.7.3
0.7.2
0.7.1
0.7.0
0.7.0.alpha
0.6.1
0.5.2