Class: Sapphire::WebAbstractions::InternetExplorerBrowser

Inherits:
Selenium::WebDriver::IE::Bridge
  • Object
show all
Includes:
WebBrowser
Defined in:
lib/sapphire/WebAbstractions/Controls/InternetExplorer.rb

Instance Attribute Summary collapse

Attributes included from WebBrowser

#rootUrl

Instance Method Summary collapse

Methods included from WebBrowser

#CurrentUrl, #Init, #NavigateTo, #Reload, #Run, #SetRootUrl, #ShouldNavigateTo, #ShouldShow, #ShouldTransitionTo

Constructor Details

#initializeInternetExplorerBrowser

Returns a new instance of InternetExplorerBrowser.



13
14
15
16
17
# File 'lib/sapphire/WebAbstractions/Controls/InternetExplorer.rb', line 13

def initialize
  #@browser = Selenium::WebDriver.for :ie
  super(@browser)
  $browser = @browser
end

Instance Attribute Details

#browserObject (readonly)

Returns the value of attribute browser.



11
12
13
# File 'lib/sapphire/WebAbstractions/Controls/InternetExplorer.rb', line 11

def browser
  @browser
end