Тайлбар байхгүй

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