Refresh the current page (Web context only) //刷新當(dāng)前頁(僅限Web上下文)
Example Usage
Java | driver.refresh(); |
Python | self.driver.refresh() |
Javascript | // webdriver.io example driver.refresh(); // wd example await driver.refresh(); |
Ruby | # ruby_lib example navigate.refresh # ruby_lib_core example @driver.navigate.refresh |
C# | driver.Navigate().Refresh(); |
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
POST /session/:session_id/refresh
URL Parameters
name | description |
---|---|
session_id | ID of the session to route the command to |
JSON Parameters
None文章來源:http://www.zghlxwxcb.cn/news/detail-403691.html
Response
null文章來源地址http://www.zghlxwxcb.cn/news/detail-403691.html
到了這里,關(guān)于Appium-Refresh(刷新)的文章就介紹完了。如果您還想了解更多內(nèi)容,請(qǐng)?jiān)谟疑辖撬阉鱐OY模板網(wǎng)以前的文章或繼續(xù)瀏覽下面的相關(guān)文章,希望大家以后多多支持TOY模板網(wǎng)!