# encoding: utf-8
# @author Sergey Blohin
# @email sblohin@yandex.ru
require 'selenium-webdriver'
begin
driver = Selenium::WebDriver.for :chrome
# some code
ensure
driver.close
end
If happen exception Selenium causes the destructor.
To avoid a situation where the code down, and the browser is not closed, I recommend to use the structure above.
To avoid a situation where the code down, and the browser is not closed, I recommend to use the structure above.
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.