Other2021-11-06T14:38:03+00:00
1801, 2020

How to find XPath selector

By |January 18th, 2020|Categories: Other|0 Comments

XPath is a language used for selecting specific part of a XML document. It's really useful when, for instance, we use tools like Selenium and we need to select a particular element on a web page. In this article I'm going to present a really simple app that allows us to get an

Go to Top