رفتن به محتوای اصلی

url

The desired state the requested resource should be in before finishing the command. It supports the following states:

  • none: no wait after the page request is made and the response is received
  • interactive: wait until the page is interactive
  • complete: wait until the DOM tree of the page is fully loaded
  • networkIdle: wait until there are no pending network requests
Usage
browser.url()

Welcome! How can I help?

WebdriverIO AI Copilot