1. 3
    Use the queryBy Query to get Elements that Won't Always be on the Page
    59s

Use the queryBy Query to get Elements that Won't Always be on the Page

Share this video with your friends

Send Tweet

In order for you to interact with the elements in your tests, you need to query for them.

In this lesson, we will learn about one of the query variants that allows you to search for something that you expect not to be in your UI: the queryBy*.