프로퍼티 | 타입 | 설명 |
---|
메소드 | 설명 | |
---|---|---|
Chrome ( ) : |
Method to return a new DesiredCapabilities using defaults
|
|
DesiredCapabilities ( ) : System |
Initializes a new instance of the DesiredCapabilities class
|
|
DesiredCapabilities ( object>.Dictionary |
Initializes a new instance of the DesiredCapabilities class
|
|
DesiredCapabilities ( string browser, string version, System.Platform platform ) : System |
Initializes a new instance of the DesiredCapabilities class
|
|
Equals ( object obj ) : bool |
Compare two DesiredCapabilities and will return either true or false
|
|
Firefox ( ) : |
Method to return a new DesiredCapabilities using defaults
|
|
GetHashCode ( ) : int |
Return HashCode for the DesiredCapabilties that has been created
|
|
HtmlUnit ( ) : |
Method to return a new DesiredCapabilities using defaults
|
|
IPhone ( ) : |
Method to return a new DesiredCapabilities using defaults
|
|
InternetExplorer ( ) : |
Method to return a new DesiredCapabilities using defaults
|
|
ToString ( ) : string |
Return a string of capabilies being used
|
public DesiredCapabilities ( object>.Dictionary |
||
rawMap | object>.Dictionary | Dictionary of items for the remotedriver |
리턴 | System |
public DesiredCapabilities ( string browser, string version, System.Platform platform ) : System | ||
browser | string | Name of the browser e.g. firefox, internet explorer, safari |
version | string | Version of the browser |
platform | System.Platform | The platform it works on |
리턴 | System |
public Equals ( object obj ) : bool | ||
obj | object | DesiredCapabities you wish to compare |
리턴 | bool |
public static InternetExplorer ( ) : |
||
리턴 |