Click or drag to resize

APIOpenURLFirefoxPrivate Method

Launch the Firefox web browser in Private mode and open specified URL.

Namespace:  AppRobotic
Assembly:  AppRobotic (in AppRobotic.dll) Version: 15.21.3.21 (15.21.03.21)
Syntax
C#
public string OpenURLFirefoxPrivate(
	string URL
)

Parameters

URL
Type: SystemString

[Missing <param name="URL"/> documentation for "M:AppRobotic.API.OpenURLFirefoxPrivate(System.String)"]

Return Value

Type: String
Returns either a 'success' String, or the error message encountered as a String.
See Also