Skip to content

Using Selenium for loading dynamic content #1092

Closed Answered by rzo1
dhaneshsabane asked this question in Q&A
Discussion options

You must be logged in to vote

I created a simple crawler with the archetype. Build Julien's branch locally and upgraded to latest Selenium.
Next, started the headless chrome docker container and configured my crawler-conf.yaml

To workaround the netty issue, I upgraded the shade plugin to 3.5.0 (in the archetype) and added relocations:

			<plugin>
				<groupId>org.apache.maven.plugins</groupId>
				<artifactId>maven-shade-plugin</artifactId>
				<version>3.5.0</version>
				<executions>
					<execution>
						<phase>package</phase>
						<goals>
							<goal>shade</goal>
						</goals>
						<configuration>
							<createDependencyReducedPom>false</createDependencyReducedPom>
							<transformers>
								<transformer

Replies: 6 comments 16 replies

Comment options

You must be logged in to vote
1 reply
@rzo1
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
12 replies
@rzo1
Comment options

@jnioche
Comment options

@dhaneshsabane
Comment options

@rzo1
Comment options

Answer selected by dhaneshsabane
@jnioche
Comment options

@dhaneshsabane
Comment options

Comment options

You must be logged in to vote
3 replies
@rzo1
Comment options

@dhaneshsabane
Comment options

@jnioche
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants