Class: Casto::Command
- Inherits:
-
Thor
- Object
- Thor
- Casto::Command
- Defined in:
- lib/casto/command.rb
Instance Method Summary collapse
Instance Method Details
#new ⇒ Object
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 |