File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 77
88namespace Appium . Net . Integration . Tests . Windows
99{
10- public class ImagesComparisonTest
10+ public class ImagesComparisonTests
1111 {
1212 private WindowsDriver _calculatorSession ;
1313 protected static WebElement CalculatorResult ;
@@ -18,7 +18,8 @@ public void BeforeAll()
1818 var appCapabilities = new AppiumOptions ( ) ;
1919 appCapabilities . App = "Microsoft.WindowsCalculator_8wekyb3d8bbwe!App" ;
2020 appCapabilities . DeviceName = "WindowsPC" ;
21- appCapabilities . PlatformName = "Windows" ;
21+ appCapabilities . PlatformName = "Windows" ;
22+ appCapabilities . AutomationName = "Windows" ;
2223
2324 var serverUri = Env . ServerIsRemote ( ) ? AppiumServers . RemoteServerUri : AppiumServers . LocalServiceUri ;
2425 _calculatorSession = new WindowsDriver ( serverUri , appCapabilities ,
You can’t perform that action at this time.
0 commit comments