Navigate to the URL specified in the WebView object's page.
void @WebViewNavigate(string classname, string url, int type);
Parameters
string classname : The class name of the WebView object
string url : URLs to move to (e.g.: https://www.autobase.biz)
int type : Currently only 0 available
Return Value
None
¿¹Á¦
@WebViewNavigate("WebView1", "https://www.autobase.biz", 0);
Description : Navigate to the page with https://www.autobase.biz URL.
Version Information
Supported Version: 10.3.6.17