Нет описания

George S. Baugh 3a68c83723 Initial Release of Selenium::Client 5 лет назад
at 3a68c83723 Initial Release of Selenium::Client 4 лет назад
bin 3a68c83723 Initial Release of Selenium::Client 4 лет назад
lib 3a68c83723 Initial Release of Selenium::Client 4 лет назад
.gitignore 3a68c83723 Initial Release of Selenium::Client 4 лет назад
Changes 3a68c83723 Initial Release of Selenium::Client 4 лет назад
README.md 3a68c83723 Initial Release of Selenium::Client 4 лет назад
dist.ini 3a68c83723 Initial Release of Selenium::Client 4 лет назад
perlcriticrc 3a68c83723 Initial Release of Selenium::Client 4 лет назад

README.md

selenium-client-perl

WC3 Standard selenium client

Automatically spins up/down drivers when pointing at localhost and nothing is already listening on the provided port

Working Drivers:

  • Gecko
  • Chrome
  • MicrosoftEdge
  • Safari

Also can auto-fetch the SeleniumHQ JAR file and run it. This feature is only tested with the Selenium 4.0 or better JARs.

Also contains:

  • Selenium::Specification

Module to turn the Online specification documents for Selenium into JSON specifications for use by API clients

Soon to come:

  • Selenium::Server

Pure perl selenium server (that proxies commands to browser drivers, much like the SeleniumHQ Jar)

  • Selenium::Grid

Pure perl selenium grid API server

  • Selenium::Client::SRD

Drop-in replacement for Selenium::Remote::Driver