I am trying to do a smoke test on a web page and essentially if I can somehow get Testcafe to remember "Hello World" from page 1 and go to a User Profile to match that same element with the text "Hello World" then I can make it work for all the other cases I will have
I am currently using Testcafe in a mac environment. I tried selectText but it wouldn't work for me.
I expect when Testcafe clicks on a tab that says "Hello World" and on the next page it can match the title with the same time from the previous tab