Saltar al contenido

xpath absoluto y relativo en el ejemplo de código de selenio

Esta es la contestación más exacta que te podemos dar, pero primero obsérvala detenidamente y valora si se adapta a tu trabajo.

Ejemplo: xpath absoluto y relativo

Single Slash “/” is used to create XPath with absolute path 
Double Slash “//” is used to create XPath with relative path 
Xpath stands for XML path
-Absolute Xpath: is a direct way to locate an element and
it uses Complete path.

-On the other hand

Relative Xpath: starts from the middle of the
HTML DOM and You can find unique parent node
and simply start from there to element you want. 
Less fragile. Shorter. Never fails to
identify object even though object’s
location changes. It is written directly from
the Web Element using Web Element attribute


Syntax = //tagname[@attribute='value']

Aquí tienes las reseñas y puntuaciones

¡Haz clic para puntuar esta entrada!
(Votos: 0 Promedio: 0)



Utiliza Nuestro Buscador

Deja una respuesta

Tu dirección de correo electrónico no será publicada. Los campos obligatorios están marcados con *