You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/migration.md
+15
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,18 @@
1
+
### Breaking Changes in 5.0
2
+
3
+
Old | New
4
+
:--|:--
5
+
`launch` | `launch_app`
6
+
`install` | `install_app`
7
+
`remove` | `remove_app`
8
+
9
+
method_missing has been removed from the Ruby bindings. If you want to invoke methods on the top level object,
10
+
you can use the following:
11
+
12
+
`Appium.promote_appium_methods Object`
13
+
14
+
Also make sure to update to Appium Ruby Console v1.0.2 or better. Old consoles will not work with the 5.0 release due to the removal of method_missing.
0 commit comments