Dan Cooper
Results
2
comments of
Dan Cooper
I've had a go at replacing the deprecated code: https://github.com/soniiic/LocationAssistantV2
Using `AppiumWebElement` as the generic type is as close as you're going to get. public AppiumDriver driver; if(TestPlatform == Platform.Android) driver = new AndroidDriver(serverUri, capabilities, Env.InitTimeoutSec); else if (TestPlatform ==...