AutomationBridgeService.Navigate Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Navigates to a particular URL
public:
void Navigate(System::String ^ applicationName, System::String ^ url, System::String ^ targetFrameName, cli::array <System::Byte> ^ postData, System::String ^ additionalHeaders);
public void Navigate (string applicationName, string url, string targetFrameName, byte[] postData, string additionalHeaders);
member this.Navigate : string * string * string * byte[] * string -> unit
Public Sub Navigate (applicationName As String, url As String, targetFrameName As String, postData As Byte(), additionalHeaders As String)
Parameters
- applicationName
- String
Specifies the application name.
- url
- String
Specifies the URL.
- targetFrameName
- String
Specifies the target frame name.
- postData
- Byte[]
Specifies the post data.
- additionalHeaders
- String
Specifies the additional headers.