|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openqa.selenium.chrome.ChromeProfile
public class ChromeProfile
Manages the extension used by the ChromeDriver
.
Constructor Summary | |
---|---|
ChromeProfile()
Creates a new profile using a temporary directory. |
|
ChromeProfile(java.io.File directory)
Create a new profile using the given directory. |
Method Summary | |
---|---|
java.io.File |
getDirectory()
|
Proxy |
getProxy()
|
void |
setProxy(Proxy proxy)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ChromeProfile(java.io.File directory)
directory
- The directory to use.public ChromeProfile()
Method Detail |
---|
public java.io.File getDirectory()
public Proxy getProxy()
public void setProxy(Proxy proxy)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |