Class: Casto::Command

Inherits:
Thor
  • Object
show all
Defined in:
lib/casto/command.rb

Instance Method Summary collapse

Instance Method Details

#newObject



9
10
11
12
13
14
# File 'lib/casto/command.rb', line 9

def new
  browser = Watir::Browser.new
  browser.goto "ca.storyboards.jp/a"
  browser.element(id:"editor").double_click

end