Class: Selenium::WebDriver::Firefox::ProfilesIni
- Inherits:
-
Object
- Object
- Selenium::WebDriver::Firefox::ProfilesIni
- Defined in:
- sig/gems/selenium/firefox/profiles_ini.rbs
Instance Method Summary collapse
- #[] ⇒ Object
-
#initialize ⇒ ProfilesIni
constructor
A new instance of ProfilesIni.
- #parse ⇒ Object
- #path_for ⇒ Object?
- #refresh ⇒ Object
Constructor Details
#initialize ⇒ ProfilesIni
Returns a new instance of ProfilesIni.
9 |
# File 'sig/gems/selenium/firefox/profiles_ini.rbs', line 9
def initialize: () -> void
|
Instance Method Details
#[] ⇒ Object
11 |
# File 'sig/gems/selenium/firefox/profiles_ini.rbs', line 11
def []: (untyped name) -> untyped
|
#parse ⇒ Object
17 |
# File 'sig/gems/selenium/firefox/profiles_ini.rbs', line 17
def parse: () -> untyped
|
#path_for ⇒ Object?
19 |
# File 'sig/gems/selenium/firefox/profiles_ini.rbs', line 19
def path_for: (untyped name, untyped is_relative, untyped path) -> untyped?
|
#refresh ⇒ Object
13 |
# File 'sig/gems/selenium/firefox/profiles_ini.rbs', line 13
def refresh: () -> untyped
|