Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

License: MIT Code style: black CodeFactor

Wire is a python wrapper around selenium to make writing web tests easier and safer.

This framework is built for python 3.7+


Installation

Environment with python3.7 and Poetry

$ curl -sSL https://raw.githubusercontent.com/sdispater/poetry/master/get-poetry.py | python3
$ poetry install
$ poetry run pytest tests/

Run locally

Simple just define a browser instance

Run remote

Also simple 🐍

Install Drivers

Chrome Driver

MAC

$ brew tap homebrew/cask && brew cask install chromedriver

LINUX

$ sudo ./install_chromedriver.sh

Firefox Driver

MAC

$ brew install geckodriver

LINUX

$ sudo ./install_gecko.sh

About

The selenium wrapper of the __future__

Resources

License

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.