Skip to content
This repository has been archived by the owner on May 28, 2020. It is now read-only.
/ confac-test Public archive

Selenium tests

License

Notifications You must be signed in to change notification settings

be-pongit/confac-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

confac-test

Selenium tests

Installation

gem install selenium-webdriver

Drivers:
(should be available in path) Firefox: https://github.com/mozilla/geckodriver/releases

Run

ruby test1.rb

Selectors

Simple controls:

# by css selector:
[data-tst='config.telephone']

3rd party controls:
(Switch, Select, DatePicker)

# by class:
.tst-config.telephone

Releases

No releases published

Packages

No packages published

Languages