Skip to content

Is IFindByAndroidUIAutomator removed in 5.0.0-beta? #490

@alexlazarciuc

Description

@alexlazarciuc

Description

Hello,

I am updating our framework to Selenium 4 and because we share some of the code for the session creation of devices and browsers I noticed that for mobile apps the IFindByAndroidUIAutomator was removed.
We are using it to run some code in order to scroll the view like this:

 var driver = ((AndroidDriver) SeleniumContext.WebDriver);
 var code = BuildJavaCode("textContains", expectedText);
driver.FindElementByAndroidUIAutomator(code);

Is there a replacement I can use or this will no longer be applied?
Thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions