Posts

What is xPath

Image
XPath  is a language that describes a way to locate and process items in Extensible Markup Language ( XML ) documents by using an addressing syntax based on a path through the document’s  logical structure or hierarchy . XPath in used in Selenium  to uniquely identify an element on a Webpage as element locator just like the way we use PostCode and House address in real world to locate Home Address. What is Firebug Firebug integrates with Firefox to put a wealth of web development tools at your fingertips while you browse. You can edit, debug, and monitor CSS, HTML, and JavaScript live in any web page. The whole content of this page is taken from the https://getfirebug.com/html. Why it is Useful to Selenium Automation Tester 1) View source live :  Firefox has a “View Source” window, but it doesn’t show you what the HTML source really looks like once it has been transformed by JavaScript. Firebug’s HTML tab shows you what the HTML looks like  right now . 2) See changes hi