<ruby id="bdb3f"></ruby>

    <p id="bdb3f"><cite id="bdb3f"></cite></p>

      <p id="bdb3f"><cite id="bdb3f"><th id="bdb3f"></th></cite></p><p id="bdb3f"></p>
        <p id="bdb3f"><cite id="bdb3f"></cite></p>

          <pre id="bdb3f"></pre>
          <pre id="bdb3f"><del id="bdb3f"><thead id="bdb3f"></thead></del></pre>

          <ruby id="bdb3f"><mark id="bdb3f"></mark></ruby><ruby id="bdb3f"></ruby>
          <pre id="bdb3f"><pre id="bdb3f"><mark id="bdb3f"></mark></pre></pre><output id="bdb3f"></output><p id="bdb3f"></p><p id="bdb3f"></p>

          <pre id="bdb3f"><del id="bdb3f"><progress id="bdb3f"></progress></del></pre>

                <ruby id="bdb3f"></ruby>

                企業??AI智能體構建引擎,智能編排和調試,一鍵部署,支持知識庫和私有化部署方案 廣告
                [//]: # (請勿編輯此文件! 這是一個自動生成文件。通過修改/commands-yml/commands/status.yml來編輯此文檔) # 狀態 檢索服務器當前狀態 [//]: # (請勿編輯此文件! 這是一個自動生成文件。通過修改/commands-yml/commands/status.yml來編輯此文檔) ## 用法示例 ```java // Java driver.getStatus(); ``` ```python # Python selenium.webdriver.common.utils.is_url_connectable(port) ``` ```javascript // Javascript // webdriver.io 示例 driver.status(); // wd 示例 await driver.status(); ``` ```ruby # Ruby # ruby_lib 示例 remote_status # ruby_lib_core 示例 @driver.remote_status ``` ```php # PHP // TODO ``` ```csharp // C# // TODO ``` [//]: # (請勿編輯此文件! 這是一個自動生成文件。通過修改/commands-yml/commands/status.yml來編輯此文檔) ## 介紹 返回有關遠端是否處于可創建新會話并且可以另外包含特定實現的元信息的狀態信息。 準備就緒狀態代表著body的準備情況,當為false的時候,嘗試創建一個會話會失敗。然而,當值為true的時候并不保證新會話命令將成功 Implementations可以包含其它元信息作為body的一部分,但是頂級屬性ready和message是保留的,不能被覆蓋。 [//]: # (請勿編輯此文件! 這是一個自動生成文件。通過修改/commands-yml/commands/status.yml來編輯此文檔) ## 支持 [//]: # (請勿編輯此文件! 這是一個自動生成文件。通過修改/commands-yml/commands/status.yml來編輯此文檔) ### Appium 服務端 |平臺|驅動|平臺版本|Appium版本|驅動版本| |--------|----------------|------|--------------|--------------| | iOS | [XCUITest](../drivers/ios-xcuitest.md) | 9.3+ | 1.6.0+ | All | | | [UIAutomation](../drivers/ios-uiautomation.md) | 8.0 to 9.3 | All | All | | Android | [Espresso](../drivers/android-espresso.md) | ?+ | 1.9.0+ | All | | | [UiAutomator2](../drivers/android-uiautomator2.md) | ?+ | 1.6.0+ | All | | | [UiAutomator](../drivers/android-uiautomator.md) | 4.3+ | All | All | | Mac | [Mac](../drivers/mac.md) | ?+ | 1.6.4+ | All | | Windows | [Windows](../drivers/windows.md) | 10+ | 1.6.0+ | All | [//]: # (請勿編輯此文件! 這是一個自動生成文件。通過修改/commands-yml/commands/status.yml來編輯此文檔) ### Appium 客戶端 |語言|支持情況|文檔地址| |--------|-------|-------------| |[Java](https://github.com/appium/java-client/releases/latest)| All | [javadoc.io](https://javadoc.io/page/io.appium/java-client/latest/io/appium/java_client/AppiumDriver.html#getStatus--) | |[Python](https://github.com/appium/python-client/releases/latest)| All | [selenium-python.readthedocs.io](http://selenium-python.readthedocs.io/api.html#selenium.webdriver.common.utils.is_url_connectable) | |[Javascript (WebdriverIO)](http://webdriver.io/index.html)| All | | |[Javascript (WD)](https://github.com/admc/wd/releases/latest)| All | [github.com](https://github.com/admc/wd/blob/master/lib/commands.js#L44) | |[Ruby](https://github.com/appium/ruby_lib/releases/latest)| All | [www.rubydoc.info](https://www.rubydoc.info/gems/selenium-webdriver/Selenium/WebDriver/DriverExtensions/HasRemoteStatus#remote_status-instance_method) | |[PHP](https://github.com/appium/php-client/releases/latest)| All | [github.com](https://github.com/appium/php-client/) | |[C#](https://github.com/appium/appium-dotnet-driver/releases/latest)| All | [github.com](https://github.com/appium/appium-dotnet-driver/) | [//]: # (請勿編輯此文件! 這是一個自動生成文件。通過修改/commands-yml/commands/status.yml來編輯此文檔) ## HTTP API 規范 [//]: # (請勿編輯此文件! 這是一個自動生成文件。通過修改/commands-yml/commands/status.yml來編輯此文檔) ### 終點 `GET /status` [//]: # (請勿編輯此文件! 這是一個自動生成文件。通過修改/commands-yml/commands/status.yml來編輯此文檔) ### URL 參數 None [//]: # (請勿編輯此文件! 這是一個自動生成文件。通過修改/commands-yml/commands/status.yml來編輯此文檔) ### JSON 參數 None [//]: # (請勿編輯此文件! 這是一個自動生成文件。通過修改/commands-yml/commands/status.yml來編輯此文檔) ### 返回值 |名稱|類型|描述| |----|----|-----------| | build.version | `string` | 一個通用的發布標簽 (i.e. "2.0rc3") | | build.revision | `string` | 服務端源代碼本地修訂版 | [//]: # (請勿編輯此文件! 這是一個自動生成文件。通過修改/commands-yml/commands/status.yml來編輯此文檔) ## 延伸閱讀 * [W3C 規范](https://www.w3.org/TR/webdriver/#status) * [JSONWP 規范](https://github.com/SeleniumHQ/selenium/wiki/JsonWireProtocol#status)
                  <ruby id="bdb3f"></ruby>

                  <p id="bdb3f"><cite id="bdb3f"></cite></p>

                    <p id="bdb3f"><cite id="bdb3f"><th id="bdb3f"></th></cite></p><p id="bdb3f"></p>
                      <p id="bdb3f"><cite id="bdb3f"></cite></p>

                        <pre id="bdb3f"></pre>
                        <pre id="bdb3f"><del id="bdb3f"><thead id="bdb3f"></thead></del></pre>

                        <ruby id="bdb3f"><mark id="bdb3f"></mark></ruby><ruby id="bdb3f"></ruby>
                        <pre id="bdb3f"><pre id="bdb3f"><mark id="bdb3f"></mark></pre></pre><output id="bdb3f"></output><p id="bdb3f"></p><p id="bdb3f"></p>

                        <pre id="bdb3f"><del id="bdb3f"><progress id="bdb3f"></progress></del></pre>

                              <ruby id="bdb3f"></ruby>

                              哎呀哎呀视频在线观看