or
<TestMethod()> _Public Sub SampleWebAiiTest() ' Launch a browser instance Manager.LaunchNewBrowser(BrowserType.InternetExplorer) ' The active browser ActiveBrowser.NavigateTo("http://www.google.com") ' Find the google search box and set it to "ArtOfTest"; Find.ByName(Of HtmlInputText)("q").Text = "ArtOfTest" ' Click the Search button Find.ByName(Of HtmlInputSubmit)("btnG").Click() ' Validate the search contain the 'ArtOfTest' text Assert.IsTrue(ActiveBrowser.ContainsText("ArtOfTest"))End SubActiveBrowser.NavigateTo("http://www.w3schools.com/JS/tryit.asp?filename=tryjs_alert");
ActiveBrowser.Frames["view"].RefreshDomTree();
ActiveBrowser.Frames["view"].Find.ByExpression<HtmlInputButton>("value=Show alert box", "tagname=input").Click();public void Login()
public void NavigateToTransfer()