public interface SupportsUserProfileOption<T extends BaseOptions<T>> extends org.openqa.selenium.Capabilities, CanSetCapability<T>
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
USER_PROFILE_OPTION |
| Modifier and Type | Method and Description |
|---|---|
default java.util.Optional<java.lang.Integer> |
getUserProfile()
Get the integer identifier of a user profile.
|
default T |
setUserProfile(int profileId)
Integer identifier of a user profile.
|
asMap, getBrowserName, getBrowserVersion, getCapability, getCapabilityNames, getPlatformName, is, mergeamend, setCapabilitystatic final java.lang.String USER_PROFILE_OPTION
default T setUserProfile(int profileId)
profileId - User profile identifier.default java.util.Optional<java.lang.Integer> getUserProfile()