Fetch entered text from textbox – getText() vs getAttribute(“value”) in selenium
We often get confused when fetching text or value entered from a textBox on HTML DOM. in this post we will see how we can get the text entered from textBox and then we will understand getText() vs getAttribute(“value”). How to fetch text from textBox For this we will consider the Full Name textbox from…