Skip to content

tensorsum/fish

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fish

Fish is a wrapper engine around Watir.

Web automations ('plays') are expressed in YAML files. Designed to be minimalistic, extendable, polyglot. Influenced by Squish (by FrogLogic) and Ansible. License is BSD.

The combination I use is:

Oct 02 2016

Use: perl fish.pl hello.yml

The play will

  • open the new instance of Chrome browser
  • go to Google home page
  • enter "Hello World" into text field
  • click the Search button
  • print the results (html stripped)
  • exit the Chrome browser

Oct 04 2016

About

Fish is wrapper engine around Watir

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages