Gotchas
摘要
In general, the Selenium WebDriver API is quite intuitive. Our one sentence summary: find an element and perform an operation on it. Writing test scripts in Selenium WebDriver requires much more than just knowing the API; it involves programming, HTML, JavaScript, and web browsers. There are cases that can be confusing to newcomers. This chapter compiles some common gotchas and troubleshooting to help you along your way.