Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save daipresents/8c0c09c199abdd7869e6da695b525e57 to your computer and use it in GitHub Desktop.

Select an option

Save daipresents/8c0c09c199abdd7869e6da695b525e57 to your computer and use it in GitHub Desktop.
WebDriverでChromeを使うときに便利なswitchesオプション
chrome_driver = Selenium::WebDriver.for :chrome, :switches => %w[--proxy-server=ProxyServer:Port]
@driver = Selenium::WebDriver.for :chrome, :switches => %w[--user-agent=iPhone]
@driver = Selenium::WebDriver.for :chrome, :switches => %w[--user-agent=iPhone, --window-size=150,500]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment