Class: Selenium::WebDriver::IE::Service

Inherits:
Service
  • Object
show all
Defined in:
lib/selenium/webdriver/ie/service.rb

Constant Summary collapse

DEFAULT_PORT =
5555
EXECUTABLE =
'IEDriverServer'
SHUTDOWN_SUPPORTED =
true

Instance Attribute Summary

Attributes inherited from Service

#args, #executable_path, #host, #log, #port

Method Summary

Methods inherited from Service

chrome, edge, firefox, ie, #initialize, #launch, safari, #shutdown_supported

Constructor Details

This class inherits a constructor from Selenium::WebDriver::Service