I'm new using selenium. I am with some issues. I need to get the text or value of an element, but it isn't showed in HTML code.
For example, in this site (https://www.primefaces.org/showcase/ui/input/inputText.xhtml?jfwid=ec4b4) if I type something in the first input text, the text/value isn't showed in HTML code, so I can't assert it.
Can someone help me?