Class: Sapphire::WebAbstractions::Title
- Defined in:
- lib/sapphire/WebAbstractions/Controls/Title.rb
Instance Attribute Summary
Attributes inherited from Control
#control, #found_by_type, #found_by_value
Instance Method Summary collapse
Methods inherited from Control
#Click, #Contain, #Equals, #Evaluate, #Find, #FindAll, #FindWithoutWait, #GetValue, #In, #MouseOver, #Substitute, #Visible, #initialize
Constructor Details
This class inherits a constructor from Sapphire::WebAbstractions::Control
Instance Method Details
#Text ⇒ Object
5 6 7 |
# File 'lib/sapphire/WebAbstractions/Controls/Title.rb', line 5 def Text $driver.Browser().title end |