Refresh the current page (Web context only) //刷新当前页(仅限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文章来源:https://www.toymoban.com/news/detail-403691.html
Response
null文章来源地址https://www.toymoban.com/news/detail-403691.html
到了这里,关于Appium-Refresh(刷新)的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!