Skip to content

Instantly share code, notes, and snippets.

View samiullah's full-sized avatar
💭
Test Automation

samiullah samiullah

💭
Test Automation
  • Remote
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