Uses of Interface
com.teamdev.jxbrowser.profile.Profile
Packages that use 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
Methods in com.teamdev.jxbrowser.browser that return Profile -
Uses of Profile in com.teamdev.jxbrowser.cast
Methods in com.teamdev.jxbrowser.cast that return Profile -
Uses of Profile in com.teamdev.jxbrowser.profile
Methods in com.teamdev.jxbrowser.profile that return ProfileModifier 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.Methods in com.teamdev.jxbrowser.profile that return types with arguments of type ProfileModifier and TypeMethodDescriptionProfiles.list()
Returns an immutable list of the available profiles including the default profile.Methods in com.teamdev.jxbrowser.profile with parameters of type Profile