Appium Server v2.18.0
uiautomato2 v4.2.4
When attempting to get the IWebElement.TagName property, the following exception is thrown:
Message:
OpenQA.Selenium.WebDriverException : Response from remote end doesn't have $.Value property
Stack Trace:
Response.EnsureValueIsNotNull()
WebElement.get_TagName()
AppiumElement.<get_TagName>b__6_0()
AppiumElement.CacheValue(String key, Func`1 getter)
AppiumElement.get_TagName()
IWebElement mode = drv.FindElement(MobileBy.XPath("//android.widget.TextView[@text='Modes']")); Log.Information("TagName: {T}", mode.TagName);