I am trying to verify text on webpage using TextExists(). It is working fine with IE, but not at all with Chrome. What alternative I can use for it
Exp: .TextExists("Test") will return True if 'Test' is shown on the webpage under IE, but returns False on Chrome