Skip to content

starting point for dataverse selenium scripts (scratch work)

Notifications You must be signed in to change notification settings

IQSS/selenium-helper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Test scripts

Start wrapper

mkvirtualenv dv-selenium-test
pip install -r requirements/base.txt

Run User 1

python dv_browser.py

Should see something like:

Please run with one of the choices below:

 1 - run_user_pete
 2 - run_user_another_user

example:
$ python dv_browser.py 1
  • Run the script as the first user
python dv_browser.py 1

Run User 2

  • Open a new terminal
cd ~/selenium-helper
workon dv-selenium-test
python dv_browser.py
  • Choose another user. e.g.:
python dv_browser.py 2

Edit/Add more users

About

starting point for dataverse selenium scripts (scratch work)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages