Skip to content

Instantly share code, notes, and snippets.

View rogerprz's full-sized avatar
🥑
We gonna learn today!!!!

Roger Perez rogerprz

🥑
We gonna learn today!!!!
View GitHub Profile

API workthough

  1. Open a browser

    # start an instance of firefox with selenium-webdriver
    driver = Selenium::WebDriver.for :firefox
    # :chrome -> chrome
    # :ie     -> iexplore
    
  • Go to a specified URL