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

thawatchai/autotutor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DSL for creating video tutorials

require 'rubygems'
require 'autotutor'

task "Sign In" do
  visit "http://www.classstart.org/", :text => "Open a browser window. Enter http://www.classstart.org/"
  click_link "Sign in", :text => "Click the 'Sign In' link on the top of the page."
  fill_in "Email", "[email protected]", :text => "Enter your email address"
  fill_in "Password", "password", :text => "Enter your password"
  click_button "Sign in", :text => "Click the 'Sign in' button"
end

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages