Last modified by Erik Bakker on 2023/01/24 15:10

From version 27.1
edited by Erik Bakker
on 2022/08/09 08:32
Change comment: There is no comment for this version
To version 28.1
edited by Erik Bakker
on 2022/08/09 08:32
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -68,7 +68,7 @@
68 68  
69 69  * It is the direct way to find the element
70 70  * Disadvantage of the absolute XPath is that if there are any changes made in the path of the element then that XPath gets failed.
71 -* Starts with the single forward-slash(~/), which means you can select the element from the root node.
71 +* Starts with the single forward-slash(i.e. /), which means you can select the element from the root node.
72 72  
73 73  **Relative XPath**
74 74