mirror of
https://github.com/appium/appium.git
synced 2026-05-13 06:18:42 -05:00
docs: update maximize.yml code for ruby only [ci skip] (#12483)
For Ruby file shows set_to, change to maximize
This commit is contained in:
@@ -19,10 +19,10 @@ example_usage:
|
||||
driver.windowHandleMaximize(); // Current window
|
||||
ruby:
|
||||
|
|
||||
resize_to(10, 10)
|
||||
maximize_window
|
||||
ruby_core:
|
||||
|
|
||||
@driver.resize_to(10, 10)
|
||||
@driver.maximize_window
|
||||
php:
|
||||
|
|
||||
// TODO PHP sample
|
||||
|
||||
Reference in New Issue
Block a user