mirror of
https://github.com/appium/appium.git
synced 2026-02-21 18:59:08 -06:00
This is getting pretty close, but: - Commands from a driver will show even w/o a `newMethodMap` or `execMethodMap`; it is able to understand that it's overriding `BaseDriver` - It's also able to understand the associated routes - And it's able to understand the routes even if `BaseDriver` does not implement it Still working on the parameters display, but we have the name override working at least. Added some docstrings in `fake-driver`, `base-driver` for testing
Appium Fake Plugin
This is a "fake" Appium 2.0 plugin used for testing and examples. There's no point in documenting its functionality since it's not meant to be used. If you're here at all, it's probably because you want to peek at the source code to see how a plugin is designed. So go ahead and do that!