I am facing some issues verifying a text in a particular field.
I need to verify if the text in the screenshot below is “12”, but when I use the keywords below, it fails.
${value} Get Text //*[@id='session-cache-timeout']//input /*does not return any text
Element Text Should Be //*[@id='session-cache-timeout']//input 12 /*fails
And I don’t see any text in the HTML code of my application, I guess the selenium keywords are failing because of that.