Advanced Xpath Concept – Method normalize-space & Its Usage
Hello Folks, In this post we will going to learn an advanced concept of xpath: – normalize-space method. Before we discuss about method normalize-space, we will see why do we require that. Consider below html codes: <anyTag> Make Selenium Easy </anyTag> (Inner text has more white spaces among words than normal.) It […]