Returns the canonical XPath expression which identifies this node, for instance "/html/body/table[3]/tbody/tr[5]/td[2]/span/a[3]" . WARNING: This sort of automated XPath expression is often quite bad at identifying a node, as it is highly sensiti
()
| 1849 | * @see #getByXPath(String) |
| 1850 | */ |
| 1851 | public String getCanonicalXPath() { |
| 1852 | throw new RuntimeException("Method getCanonicalXPath() not implemented for nodes of type " + getNodeType()); |
| 1853 | } |
| 1854 | |
| 1855 | /** |
| 1856 | * Notifies the registered {@link IncorrectnessListener} of something that is not fully correct. |
no test coverage detected