Automated Testing basics-Selenium Xpath positioning, -- seleniumxpath
What is xpath? XPath is the XML Path language. It is a language used to determine a part of a document in XML (a subset of Standard Generic Markup Language. The XML-based tree structure of XPath provides the ability to search nodes in the data structure tree. At first, the original intention of XPath was to use it as a general syntax model between XPointer and XSLT. However, XPath is quickly adopted by developers as a small query language. Xpath positioning:
In fact, there is no need to be so troublesome in our normal use. We use the FireBug plug-in. Later we can directly copy the values in the plug-in when using it. Written at the end of the article: these are all compiled into a single word. Originality is not enough. There may be a lot of similar materials, the purpose of this article is to encourage you to develop good habits on the learning road. Therefore, please indicate the source for reprinting. Thank you!