Module: BrowserTypes
- Extended by:
- BrowserTypes
- Included in:
- BrowserTypes
- Defined in:
- lib/applitools/selenium/browser_types.rb
Instance Method Summary collapse
Instance Method Details
#const_missing(name) ⇒ Object
4 5 6 7 |
# File 'lib/applitools/selenium/browser_types.rb', line 4 def const_missing(name) puts 'Please, prefer using BrowserType instead of BrowserTypes(plural).' BrowserType.const_get(name) end |
#enum_values ⇒ Object
9 10 11 |
# File 'lib/applitools/selenium/browser_types.rb', line 9 def enum_values BrowserType.enum_values end |