untitledstartup / selenium-webdriver

Selenium webdriver gem patched to accept ruby 2.7

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

selenium-webdriver

This gem provides Ruby bindings for Selenium.

It's a fork from selenium-webdriver 4.11.0 gem updated to allow ruby 2.7. This update may not be stable, it's a temporary solution to use the new Selenium Manager that supports Chrome versions above 115 in applications that have not yet updated ruby to version 3.

Selenium Webdriver

Install

gem install selenium-webdriver

Links

License

Copyright 2009-2023 Software Freedom Conservancy

Licensed to the Software Freedom Conservancy (SFC) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The SFC licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

 http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

About

Selenium webdriver gem patched to accept ruby 2.7

License:Apache License 2.0


Languages

Language:Ruby 99.6%Language:JavaScript 0.4%