In this video, I use cypress-recurse function to keep scrolling the page until we find the word "debug". We yield that found quote and highlight it. The same technique can be used to find an element on the paginated sites, or when the content changes on reload. Find the plugin at https://github.com/bahmutov/cypress-r... and the example test at