Skip to content

Exception retrieving TagName - Response from remote end doesn't have $.Value property #944

@jrod567

Description

@jrod567

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);

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions