All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.personio.synthetics.model.element.ElementForSpecialActions.kt Maven / Gradle / Ivy

There is a newer version: 2.7.0
Show newest version
package com.personio.synthetics.model.element

internal data class ElementForSpecialActions(
    val html: String = "",
    val targetOuterHTML: String = "",
    val url: String = "",
    val userLocator: UserLocator = UserLocator(),
)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy