ユーザ用ツール

サイト用ツール


it技術:dotnet:selenium

差分

このページの2つのバージョン間の差分を表示します。

この比較画面へのリンク

両方とも前のリビジョン前のリビジョン
次のリビジョン
前のリビジョン
it技術:dotnet:selenium [2019/06/11 14:53] – [Selenium] yajuadminit技術:dotnet:selenium [2022/05/26 23:40] (現在) – [Unexpected error Browser zoom level] yajuadmin
行 1: 行 1:
 ====== Selenium ====== ====== Selenium ======
-Webアプリケーションの自動操作用に使用する。これにり繰り返しの検証を行+Webアプリケーションの自動化テストをを実現するために使用する。\\ 
 +これを使うことで自動操縦が可能り繰り返しの検証を行える
  
 ===== Internet Explorer ===== ===== Internet Explorer =====
 +  * [[http://rey1229.hatenablog.com/entry/2017/02/20/172114|【Selenium】 IE11でSeleniumを実行したときにはまった話メモ]]
 +  * [[https://devadjust.exblog.jp/20033086/|Selenium - ブラウザのズーム機能のせいで Click がうまくいかない]]
 ==== Unexpected error Browser zoom level ==== ==== Unexpected error Browser zoom level ====
 IEのZoomが100%でないと例外エラーになってしまう。 IEのZoomが100%でないと例外エラーになってしまう。
行 20: 行 23:
 driver.FindElement(By.TagName("html")).SendKeys(OpenQA.Selenium.Keys.Control + "0"); driver.FindElement(By.TagName("html")).SendKeys(OpenQA.Selenium.Keys.Control + "0");
 </code> </code>
 +
 +https://stackoverflow.com/questions/43141906/test-zoom-levels-of-page-on-browsers-in-selenium-webdriver
  
 ==== Unexpected error Protected Mode ==== ==== Unexpected error Protected Mode ====
it技術/dotnet/selenium.1560232404.txt.gz · 最終更新: 2019/06/11 14:53 by yajuadmin