Package com.shaft.properties.internal
Interface BrowserStack
- All Superinterfaces:
org.aeonbits.owner.Config
,EngineProperties<BrowserStack>
,Serializable
@Sources({"system:properties","file:src/main/resources/properties/browserStack.properties","file:src/main/resources/properties/default/browserStack.properties","classpath:browserStack.properties"})
public interface BrowserStack
extends EngineProperties<BrowserStack>
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.aeonbits.owner.Config
org.aeonbits.owner.Config.ConverterClass, org.aeonbits.owner.Config.DecryptorClass, org.aeonbits.owner.Config.DefaultValue, org.aeonbits.owner.Config.DisableableFeature, org.aeonbits.owner.Config.DisableFeature, org.aeonbits.owner.Config.EncryptedValue, org.aeonbits.owner.Config.HotReload, org.aeonbits.owner.Config.HotReloadType, org.aeonbits.owner.Config.Key, org.aeonbits.owner.Config.LoadPolicy, org.aeonbits.owner.Config.LoadType, org.aeonbits.owner.Config.PreprocessorClasses, org.aeonbits.owner.Config.Separator, org.aeonbits.owner.Config.Sources, org.aeonbits.owner.Config.TokenizerClass
-
Method Summary
-
Method Details
-
username
-
accessKey
-
platformVersion
-
deviceName
-
appUrl
-
customID
-
appName
-
appRelativeFilePath
-
osVersion
-
browserVersion
-
local
@Key("browserStack.local") @DefaultValue("false") boolean local() -
seleniumVersion
-
acceptInsecureCerts
@Key("browserStack.acceptInsecureCerts") @DefaultValue("true") boolean acceptInsecureCerts() -
debug
@Key("browserStack.debug") @DefaultValue("false") boolean debug() -
enableBiometric
@Key("browserStack.enableBiometric") @DefaultValue("false") boolean enableBiometric() -
networkLogs
@Key("browserStack.networkLogs") @DefaultValue("false") boolean networkLogs() -
geoLocation
-
appiumVersion
-
set
- Specified by:
set
in interfaceEngineProperties<BrowserStack>
-