Package com.shaft.properties.internal
Interface LambdaTest
- All Superinterfaces:
org.aeonbits.owner.Config
,EngineProperties<LambdaTest>
,Serializable
@Sources({"system:properties","file:src/main/resources/properties/LambdaTest.properties","file:src/main/resources/properties/default/LambdaTest.properties","classpath:LambdaTest.properties"})
public interface LambdaTest
extends EngineProperties<LambdaTest>
-
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
Modifier and TypeMethodDescriptionboolean
appName()
boolean
appUrl()
boolean
boolean
build()
boolean
console()
customID()
boolean
debug()
boolean
headless()
boolean
boolean
project()
default LambdaTest.SetProperty
set()
timezone()
boolean
tunnel()
username()
boolean
video()
boolean
visual()
boolean
w3c()
-
Method Details
-
username
-
accessKey
-
platformVersion
-
deviceName
-
appUrl
-
appProfiling
@Key("LambdaTest.appProfiling") @DefaultValue("false") boolean appProfiling() -
osVersion
-
visual
@Key("LambdaTest.visual") @DefaultValue("false") boolean visual() -
video
@Key("LambdaTest.video") @DefaultValue("false") boolean video() -
appName
-
appRelativeFilePath
-
resolution
-
headless
@Key("LambdaTest.headless") @DefaultValue("false") boolean headless() -
timezone
-
project
-
build
-
tunnel
@Key("LambdaTest.tunnel") @DefaultValue("false") boolean tunnel() -
tunnelName
-
buildName
-
selenium_version
-
driver_version
-
w3c
@Key("LambdaTest.w3c") @DefaultValue("true") boolean w3c() -
browserVersion
-
geoLocation
-
debug
@Key("LambdaTest.debug") @DefaultValue("false") boolean debug() -
acceptInsecureCerts
@Key("LambdaTest.acceptInsecureCerts") @DefaultValue("true") boolean acceptInsecureCerts() -
networkLogs
@Key("LambdaTest.networkLogs") @DefaultValue("false") boolean networkLogs() -
appiumVersion
-
autoGrantPermissions
@Key("LambdaTest.autoGrantPermissions") @DefaultValue("true") boolean autoGrantPermissions() -
autoAcceptAlerts
@Key("LambdaTest.autoAcceptAlerts") @DefaultValue("true") boolean autoAcceptAlerts() -
isRealMobile
@Key("LambdaTest.isRealMobile") @DefaultValue("true") boolean isRealMobile() -
console
@Key("LambdaTest.console") @DefaultValue("false") boolean console() -
customID
-
set
- Specified by:
set
in interfaceEngineProperties<LambdaTest>
-