Skip to content

habin-163/fast-selenium-scripts

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 72.8%
  • Ruby 16.6%
  • JavaScript 7.5%
  • Shell 3.1%