Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/csharp/313.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
C# 如何使用SeleniumWebDriver测试多窗口电子应用程序_C#_Selenium Webdriver_Automation_Webdriver_Electron - Fatal编程技术网

C# 如何使用SeleniumWebDriver测试多窗口电子应用程序

C# 如何使用SeleniumWebDriver测试多窗口电子应用程序,c#,selenium-webdriver,automation,webdriver,electron,C#,Selenium Webdriver,Automation,Webdriver,Electron,我使用Selenium和WebDriver在C#上进行了上百次的电子应用测试。Webdriver启动exe文件并连接到应用程序。但现在开发人员在新窗口中添加了加载屏幕,显示在主窗口之前,webdriver只连接到第一个窗口。如何设置webdriver以连接到第二个窗口?是否有可能或者开发人员应该为自动测试添加新的配置,而不会显示加载屏幕 请分享更多信息。请分享更多信息。

我使用Selenium和WebDriver在C#上进行了上百次的电子应用测试。Webdriver启动exe文件并连接到应用程序。但现在开发人员在新窗口中添加了加载屏幕,显示在主窗口之前,webdriver只连接到第一个窗口。如何设置webdriver以连接到第二个窗口?是否有可能或者开发人员应该为自动测试添加新的配置,而不会显示加载屏幕

请分享更多信息。请分享更多信息。