Browser interactions
ブラウザーの情報
タイトルの取得
ブラウザーから現在のページタイトルを読むことができます。
driver.getTitle();driver.titledriver.Title;driver.titleawait driver.getTitle();driver.title現在のURLを取得
ブラウザーのアドレスバーから現在のURLを読むには、次を使用します。
driver.getCurrentUrl();driver.current_urldriver.Url;driver.current_urlawait driver.getCurrentUrl();driver.currentUrlVirtual Authenticator
A representation of the Web Authenticator model.
最終更新 September 20, 2022: fix incorrect aliases from previous changes (d944c93fd7)