Book Image

Learning Selenium Testing Tools - Third Edition

Book Image

Learning Selenium Testing Tools - Third Edition

Overview of this book

Table of Contents (22 chapters)
Learning Selenium Testing Tools Third Edition
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Chapter 4


  1. Answer: 2.

  2. Answer: 2.

  3. Answer: It will not throw any exception, instead it will return 0 when elements are not found, since it's a collection list.

  4. Answer: Implicit wait is applied globally to all the elements throughout the execution, while explicit wait can be applied to a specific web element.