Uses of Class
com.opera.core.systems.OperaProfile

Packages that use OperaProfile
com.opera.core.systems Provides OperaDriver and associated classes. 
 

Uses of OperaProfile in com.opera.core.systems
 

Methods in com.opera.core.systems that return OperaProfile
static OperaProfile OperaProfile.fromJson(String json)
          Converts a JSON string object to a profile representation, returning a new instance of OperaProfile.
 OperaProfile OperaSettings.profile()
          Returns an OperaProfile object containing all settings related to the Opera profile to be used.
 

Methods in com.opera.core.systems with parameters of type OperaProfile
 void OperaSettings.setProfile(OperaProfile profile)
          Sets the profile to use as an Opera profile represented as an object.
 OperaSettings.Builder OperaSettings.Builder.usingProfile(OperaProfile profile)
          Specify which profile to base the settings on.
 

Constructors in com.opera.core.systems with parameters of type OperaProfile
OperaDriver(OperaProfile profile)
          Starts Opera with the given profile.
OperaSettings(OperaProfile profile)
          Constructs a new set of settings for OperaDriver and Opera to use based on the given profile.
 



Copyright © 2012. All Rights Reserved.