We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbf5ba2 commit c907ae0Copy full SHA for c907ae0
test/integration/Windows/ClickElementTest.cs
@@ -41,7 +41,7 @@ public void BeforeAll()
41
42
_calculatorSession.FindElement(MobileBy.Name("Clear")).Click();
43
_calculatorSession.FindElement(MobileBy.Name("Seven")).Click();
44
- CalculatorResult = _calculatorSession.FindElement(MobileBy.Name("Display is 7")) as WebElement;
+ CalculatorResult = _calculatorSession.FindElement(MobileBy.Name("Display is 7"));
45
Assert.IsNotNull(CalculatorResult);
46
}
47
0 commit comments