META-INF.additional-spring-configuration-metadata.json Maven / Gradle / Ivy
{
"groups": [
{
"name": "webdevice",
"type": "io.webdevice.wiring.Settings",
"sourceType": "io.webdevice.wiring.Settings"
}
],
"properties": [
{
"name": "webdevice.base-url",
"type": "java.net.URL",
"description": "Default browser base url.",
"sourceType": "io.webdevice.wiring.Settings"
},
{
"name": "webdevice.default-device",
"type": "java.lang.String",
"description": "Default browser device.",
"sourceType": "io.webdevice.wiring.Settings"
},
{
"name": "webdevice.devices",
"type": "java.util.Map",
"sourceType": "io.webdevice.wiring.Settings"
},
{
"name": "webdevice.eager",
"type": "java.lang.Boolean",
"description": "Instructs the browser to acquire the default device when initialized.",
"sourceType": "io.webdevice.wiring.Settings",
"defaultValue": false
},
{
"name": "webdevice.strict",
"type": "java.lang.Boolean",
"description": "Instructs the browser to raise an exception upon use if a device has previously been acquired during the current scenario.",
"sourceType": "io.webdevice.wiring.Settings",
"defaultValue": true
}
],
"hints": [
{
"name": "webdevice.devices.keys",
"values": [
{
"value": "chrome"
},
{
"value": "edge"
},
{
"value": "firefox"
},
{
"value": "ie"
},
{
"value": "opera"
},
{
"value": "phantomjs"
}
]
}
]
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy