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
The problem here is that xpath starts with .. and immediately goes out of "scope". I guess this is just a test example, but I'd suggest an easier workaround label ~ input if you'd like that, while we are working on the fix.
The problem here is that xpath starts with .. and immediately goes out of "scope". I guess this is just a test example, but I'd suggest an easier workaround label ~ input if you'd like that, while we are working on the fix.
Thanks for the workaround. The real use case is to get the input based on the label text, in this particular pattern (inside a container). So I guess I will try something like label:text(...) ~ input and see if everything works fine. Anyway, I don't have a lot of tests yet, so I can live with it until the fix.
Context:
Code Snippet
Describe the bug
Hello,
Since the 1.7.0, it seems it's not possible to chain css/xpath selector engines. The code above ends with the following error:
It worked well in the 1.6.2 version.
It also works well if done with several lines, this way:
Thanks !
The text was updated successfully, but these errors were encountered: