The document provides a detailed overview of Selenium 3, discussing its history, upgrades, and compatibility with various browsers. It highlights the transition from older versions, emphasizing the need for proper migration and usage of new features like the W3C specification. Additionally, it covers the usage of drivers like Geckodriver and Safaridriver for Firefox and Safari, respectively, along with best practices for timeouts and XPath usage.
8. What is Selenium Web Driver
Webブラウザのテストを自動化するための
テストフレームワークです。
WebブラウザのAPIを利用して、
クリックやスクロール・文字入力などを始めとして、
あらかじめ定義されたテストを自動的に実行します。
Java、Ruby、Python、Nodejsなど、
様々な言語で記述することができます。