C# 클래스 SePSXUnitTests.FakeChromeOptions

Description of FakeChromeOptions.
파일 보기 프로젝트 열기: apetrovskiy/STUPS

공개 프로퍼티들

프로퍼티 타입 설명
Capability string

공개 메소드들

메소드 설명
AddArgument ( string argument ) : void

Adds a single argument to the list of arguments to be appended to the Chrome.exe command line.

AddArguments ( ) : void

Adds arguments to be appended to the Chrome.exe command line.

AddArguments ( IEnumerable arguments ) : void

Adds arguments to be appended to the Chrome.exe command line.

AddExtension ( string pathToExtension ) : void

Adds a path to a packed Chrome extension (.crx file) to the list of extensions to be installed in the instance of Chrome.

AddExtensions ( ) : void

Adds a list of paths to packed Chrome extensions (.crx files) to be installed in the instance of Chrome.

AddExtensions ( IEnumerable extensions ) : void

Adds a list of paths to packed Chrome extensions (.crx files) to be installed in the instance of Chrome.

메소드 상세

AddArgument() 공개 메소드

Adds a single argument to the list of arguments to be appended to the Chrome.exe command line.
public AddArgument ( string argument ) : void
argument string The argument to add.
리턴 void

AddArguments() 공개 메소드

Adds arguments to be appended to the Chrome.exe command line.
public AddArguments ( ) : void
리턴 void

AddArguments() 공개 메소드

Adds arguments to be appended to the Chrome.exe command line.
public AddArguments ( IEnumerable arguments ) : void
arguments IEnumerable An object of arguments to add.
리턴 void

AddExtension() 공개 메소드

Adds a path to a packed Chrome extension (.crx file) to the list of extensions to be installed in the instance of Chrome.
public AddExtension ( string pathToExtension ) : void
pathToExtension string The full path to the extension to add.
리턴 void

AddExtensions() 공개 메소드

Adds a list of paths to packed Chrome extensions (.crx files) to be installed in the instance of Chrome.
public AddExtensions ( ) : void
리턴 void

AddExtensions() 공개 메소드

Adds a list of paths to packed Chrome extensions (.crx files) to be installed in the instance of Chrome.
public AddExtensions ( IEnumerable extensions ) : void
extensions IEnumerable An of full paths to the extensions to add.
리턴 void

프로퍼티 상세

Capability 공개적으로 정적으로 프로퍼티

Gets the name of the capability used to store Chrome options in a T:OpenQA.Selenium.Remote.DesiredCapabilities object.
public static string Capability
리턴 string