testing - Selenium ide- how to find a string in a text -
i have page of results (like in google result page) there need find string "testing code , more". if find string success if not fail
the string in
took whole text in page class above : //ul[@class='list-recent-events menu'] triad store whole text page command store | //ul[@class='list-recent-events menu'] | vari11 string store vari22what command need use find string in page triad asserttext |${vari11} | ${vari22} allways give me error [error] element "testing code , more"" not found
Comments
Post a Comment