I want to setup a method common for iOS and Android both. Can I write AppiumDriver<?> driver as a parameter and pass any of the drivers(Android and iOS) and expect the same behavior ( at least for find elements)? I don’t have mac so can’t verify the iOS way.