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

Self-test questions


  1. What is the best call to find multiple elements using XPath?

    1. findElementByXpath

    2. findElementsByXPath

    3. findElementByCssSelector

  2. What is the best call to an element using CSS selectors to find an element by using only the class name?

    1. findElementById

    2. findElementsByCssSelector

    3. findElementByClassName

  3. Will a findElements type call throw a NoSuchElementException when it can't find the element?

  4. What is the difference between an explicit wait and an implicit wait?