module Selenium::WebDriver::DriverExtensions::HasCasting

def stop_casting(name)

def stop_casting(name)
  @bridge.stop_casting(name)
end