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

Latest commit

 

History

History
39 lines (27 loc) · 426 Bytes

README.md

File metadata and controls

39 lines (27 loc) · 426 Bytes

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