equals method
Implementation
Future<bool> equals(AppiumWebElement other) async =>
// ignore: unnecessary_type_check
other is AppiumWebElement && other.driver == driver && other.id == id;
Future<bool> equals(AppiumWebElement other) async =>
// ignore: unnecessary_type_check
other is AppiumWebElement && other.driver == driver && other.id == id;