I.see specific text

Im using NightmareJs and wehn I use the I.see locator I noticed that I don’t have to have the specific text in the code and the I.see helper only needs to find one word that matches for the test to pass.

Im not finding any documentation on how to find an exact match of what’s on the page. Im trying not to search by elements becuase I don’t have any ID’s to locate an element by

Thanks

Adding locators would be great :slight_smile:

But you can try something else like this:

I.waitForVisible(locate(“div”).withText(“TextYouWant”),timeout)