Skip to content

Instantly share code, notes, and snippets.

View sundaysec's full-sized avatar
🎯
Focusing

PHILEMON SUNDAY JOEL sundaysec

🎯
Focusing
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