Uses of Interface
com.teamdev.jxbrowser.profile.Profile
Package
Description
This package provides the classes that allow you to work with browsers.
Contains interfaces for working with Chromium profiles.
-
Uses of Profile in com.teamdev.jxbrowser.browser
-
Uses of Profile in com.teamdev.jxbrowser.cast
-
Uses of Profile in com.teamdev.jxbrowser.profile
Modifier and TypeMethodDescriptionProfiles.defaultProfile()
Returns the default profile instance.Profiles.newIncognitoProfile
(String name) Creates a new incognitoProfile
instance with the givenname
.Profiles.newProfile
(String name) Creates a newProfile
instance with the givenname
.ProfileService.profile()
Returns the profile of this service.Modifier and TypeMethodDescriptionProfiles.list()
Returns an immutable list of the available profiles including the default profile.