class Selenium::WebDriver::SocketLock

def locked

def locked
  lock
  begin
    yield
  ensure
    release
  end
end