equals method

Future<bool> equals(
  1. AppiumWebElement other
)

Implementation

Future<bool> equals(AppiumWebElement other) async =>
    other is AppiumWebElement && other.driver == driver && other.id == id;