You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We filter out the path separator here at the beginning of the method. Changing this method could lead to many problems that are not directly apparent. We should discuss that. @beatngu13@roesslerj
Lowercase migrator merged in retest/recheck#180. However, this doesn't address e.g. the leading slash. We should also think about enforcing our desired format in Path.
Paths currently have the following form:
The path represents the absolute XPath to the corresponding element. According to the XPath specification:
Moreover, although the HTML specification says that "tag names are case-insensitive", they typically only consist of lower-case letters.
Therefore, we should start with
/
and use lower-case letters:The text was updated successfully, but these errors were encountered: