appium / appium-mac2-driver

Next-gen Appium macOS driver, backed by Apple XCTest
Apache License 2.0
116 stars 24 forks source link

Is there a way to Mazimize the app window? #151

Closed samuelfreiberg closed 1 year ago

samuelfreiberg commented 1 year ago

I tried browser.maximizeWindow(), but I'm getting an error saying unknown command.

Is there anyway to maximize the app?

mykola-mokhnach commented 1 year ago

Only by executing an AppleScript snippet or locating and clicking the Maximise button as a vanilla user could do it. XCTest does not provide any direct APIs for such action.