# encoding: utf-8
require 'selenium-webdriver'
driver = Selenium::WebDriver.for configuration[:browser]
driver.manage.timeouts.implicit_wait = configuration[:implicit_wait]
driver.manage.window.resize_to configuration[:window_width], configuration[:window_height]
Be the first to comment
You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.