Appium-Close Window(关闭窗口)

系统管理员 2023-01-13 04:05 300阅读 0赞

Switch to Window

          • Example Usage
          • Support
            • Appium Server
            • Appium Clients
          • HTTP API Specifications
            • Endpoint
            • URL Parameters
            • JSON Parameters
            • Response

Close the current window (Web context only)

Example Usage

































Java driver.close();
Python self.driver.close()
Javascript // webdriver.io example
driver.closeWindow();

// wd example
await driver.close();
Ruby # ruby_lib example
close

# ruby_lib_core example
@driver.switch_to.window(“handle”)
C# driver.Close();
PHP // TODO PHP sample
Support
Appium Server





























































Platform Driver Platform Versions Appium Version Driver Version
iOS XCUITest None None None
UIAutomation None None None
Android Espresso None None None
UiAutomator2 None None None
UiAutomator None None None
Mac Mac None None None
Windows Windows None None None
Appium Clients













































Language Support Documentation
Java All seleniumhq.github.io
Python All selenium-python.readthedocs.io
Javascript (WebdriverIO) All
Javascript (WD) All github.com
Ruby All www.rubydoc.info
PHP All github.com
C# All github.com
HTTP API Specifications
Endpoint

DELETE /session/:session_id/window

URL Parameters













name description
session_id ID of the session to route the command to
JSON Parameters

None

Response

null

发表评论

表情:
评论列表 (有 0 条评论,300人围观)

还没有评论,来说两句吧...

相关阅读