0
にコード化されたUIテストをプライベートモードを開くことができません。私のようなルックス生成している:私はあなたがプライベートモードでIEを開くことができるif you pass the "-private" parameter to the launch functionことを知っているコード化されたUIテストVS 2015で
[GeneratedCode("Coded UITest Builder", "14.0.23107.0")]
public class UINewtabInternetExplorWindow : BrowserWindow
{
public UINewtabInternetExplorWindow()
{
#region Search Criteria
this.SearchProperties[UITestControl.PropertyNames.Name] = "New tab";
this.SearchProperties[UITestControl.PropertyNames.ClassName] = "IEFrame";
this.WindowTitles.Add("New tab");
this.WindowTitles.Add("Certificate Error: Navigation Blocked");
this.WindowTitles.Add("Home - Select Service");
this.WindowTitles.Add("Sign in to your account");
this.WindowTitles.Add("Home");
#endregion
}
public void LaunchUrl(System.Uri url)
{
this.CopyFrom(BrowserWindow.Launch(url)); // Can't Add -private
}
を。しかし、私はできない!
起動機能にそのようなオーバーロード機能がないため、できません。プライベートモードで毎回UIをテストできる方法はありますか?助けてください。ありがとう。