© Courtney Zhan, Edited by Zhimin Zhan 2024
Z. Zhan (ed.)Selenium WebDriver Recipes in C#https://doi.org/10.1007/979-8-8688-0023-8_22

22. Gotchas

Courtney Zhan1  
(1)
Fitzgibbon, QLD, Australia
 

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.

Test Starts Browser But No Execution but a Blank Screen

A possible cause is that the version of the installed Selenium WebDriver or browser ...

Get Selenium WebDriver Recipes in C#: Practical Testing Solutions for Selenium WebDriver now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.