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 vari22

    what command need use find string in page triad asserttext |${vari11} | ${vari22} allways give me error [error] element "testing code , more"" not found


    Comments

    Popular posts from this blog

    python - Operations inside variables -

    Generic Map Parameter java -

    arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -