We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8dbe853 commit 093ba77Copy full SHA for 093ba77
readme.md
@@ -51,6 +51,7 @@ Appium::Driver.new(apk).start_driver
51
# Define the methods on all objects.
52
# Note that this can also be scoped to limit the potential for conflicts.
53
# Example: Appium.promote_appium_methods ::Minitest::Spec
54
+# Another alternative is to not promote at all. Instead access methods via $driver
55
Appium.promote_appium_methods Object
56
```
57
0 commit comments