Class: SeleniumConnect::Configuration
- Inherits:
-
Object
- Object
- SeleniumConnect::Configuration
- Defined in:
- lib/selenium-connect/configuration.rb
Instance Attribute Summary collapse
-
#background ⇒ Object
Selenium Server.
-
#browser ⇒ Object
Browsers.
-
#browser_path ⇒ Object
Browsers.
-
#browser_version ⇒ Object
SauceLabs.
-
#description ⇒ Object
SauceLabs.
-
#host ⇒ Object
Selenium Server.
-
#jar ⇒ Object
Selenium Server.
-
#log ⇒ Object
Selenium Server.
-
#os ⇒ Object
SauceLabs.
-
#port ⇒ Object
Selenium Server.
-
#profile_name ⇒ Object
Browsers.
-
#profile_path ⇒ Object
Browsers.
-
#sauce_api_key ⇒ Object
SauceLabs.
-
#sauce_username ⇒ Object
SauceLabs.
-
#version ⇒ Object
Selenium Server.
Instance Method Summary collapse
Instance Attribute Details
#background ⇒ Object
Selenium Server
4 5 6 |
# File 'lib/selenium-connect/configuration.rb', line 4 def background @background end |
#browser ⇒ Object
Browsers
8 9 10 |
# File 'lib/selenium-connect/configuration.rb', line 8 def browser @browser end |
#browser_path ⇒ Object
Browsers
8 9 10 |
# File 'lib/selenium-connect/configuration.rb', line 8 def browser_path @browser_path end |
#browser_version ⇒ Object
SauceLabs
12 13 14 |
# File 'lib/selenium-connect/configuration.rb', line 12 def browser_version @browser_version end |
#description ⇒ Object
SauceLabs
12 13 14 |
# File 'lib/selenium-connect/configuration.rb', line 12 def description @description end |
#host ⇒ Object
Selenium Server
4 5 6 |
# File 'lib/selenium-connect/configuration.rb', line 4 def host @host end |
#jar ⇒ Object
Selenium Server
4 5 6 |
# File 'lib/selenium-connect/configuration.rb', line 4 def jar @jar end |
#log ⇒ Object
Selenium Server
4 5 6 |
# File 'lib/selenium-connect/configuration.rb', line 4 def log @log end |
#os ⇒ Object
SauceLabs
12 13 14 |
# File 'lib/selenium-connect/configuration.rb', line 12 def os @os end |
#port ⇒ Object
Selenium Server
4 5 6 |
# File 'lib/selenium-connect/configuration.rb', line 4 def port @port end |
#profile_name ⇒ Object
Browsers
8 9 10 |
# File 'lib/selenium-connect/configuration.rb', line 8 def profile_name @profile_name end |
#profile_path ⇒ Object
Browsers
8 9 10 |
# File 'lib/selenium-connect/configuration.rb', line 8 def profile_path @profile_path end |
#sauce_api_key ⇒ Object
SauceLabs
12 13 14 |
# File 'lib/selenium-connect/configuration.rb', line 12 def sauce_api_key @sauce_api_key end |
#sauce_username ⇒ Object
SauceLabs
12 13 14 |
# File 'lib/selenium-connect/configuration.rb', line 12 def sauce_username @sauce_username end |
#version ⇒ Object
Selenium Server
4 5 6 |
# File 'lib/selenium-connect/configuration.rb', line 4 def version @version end |
Instance Method Details
#config_file=(file) ⇒ Object
15 16 17 |
# File 'lib/selenium-connect/configuration.rb', line 15 def config_file=(file) set_config_values_from_file(get_config_values_from_file(file)) end |