Skip to content

speed/selenium

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Selenium Chrome

Ubuntu

# Ubuntu-16.04-x86_64
# Selenium Server 3.0.1
# Google Chrome 55.0.2883.87
# Chrome Driver 2.25
# Open JDK 1.8.0
wget --no-check-certificate --no-verbose https://raw.githubusercontent.com/speed/selenium/master/Ubuntu.sh -O Selenium-Chrome.sh \
  && sh Selenium-Chrome.sh

Centos

# Centos-7-x86_64-minimal
# Selenium Server 3.0.1
# Google Chrome 55.0.2883.87
# Chrome Driver 2.25
# Open JDK 1.8.0
wget --no-check-certificate --no-verbose https://raw.githubusercontent.com/speed/selenium/master/Centos.sh -O Selenium-Chrome.sh \
  && sh Selenium-Chrome.sh

Docker chrome

https://github.com/SeleniumHQ/docker-selenium

Chrome plugin

mkdir -p /opt/selenium  \
 && wget --no-verbose -O /opt/selenium/ModHeader.crx https://raw.githubusercontent.com/speed/newcrawler-plugin-urlfetch-chrome/master/crx/ModHeader.crx\
    && chmod 755 /opt/selenium/ModHeader.crx

Chrome

$ docker run -d -p 4444:4444 --net=host --name=chrome -e JAVA_OPTS=-Xmx512m --shm-size=1g selenium/standalone-chrome:3.11.0-antimony

Firefox

$ docker run -d -p 4444:4444 --net=host --name=chrome -e JAVA_OPTS=-Xmx512m --shm-size=1g selenium/standalone-firefox:3.11.0-antimony

About

Centos Ubuntu Xvfb Selenium Chrome

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages