No release in over 3 years
Low commit activity in last 3 years
fast-selenium gem to speed up your selenium tests on BrowserStack.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

= 0.9.9
 Project Readme

fast-selenium-scripts

This repository contains scripts of fast-selenium add-on Browserstack provides to speed up your tests.

Usage

All you have to do is download it as per your language, and include it in your code.

Ruby

require './fast-selenium'

Note: To run this patch, the Curb gem has to be included in the project Gemfile.

Node

require('./fast-selenium.js');

Python

Note: In Python 3, some modules has been renamed. Use accordingly from python2 or python3 folder in this repository
import fast_selenium