Skip to content

Instantly share code, notes, and snippets.

@kold-fusion
kold-fusion / selenium-webdriver-cheatsheet.md
Created November 12, 2019 17:32 — forked from shoesCodeFor/selenium-webdriver-cheatsheet.md
Ruby Selenium Webdriver CheatSheet

API workthough

  1. Open a browser

    # start an instance of firefox with selenium-webdriver
    driver = Selenium::WebDriver.for :firefox
    # :chrome -> chrome
    # :ie     -> iexplore