错误:搜索内容不能为空,请输入英文关键词
错误:关键词超出字数限制,请精简
高级检索

Gotchas

  • Courtney Zhan

摘要

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.