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
I've noticed that if the window has the " /" character in the name, I cannot, for instance, write code like this, even though I've escaped the character.
waitFor("pane{create/edit information})"
Again, this is a very niche problem, since I can just write it like this: waitFor("pane{^create})")
The text was updated successfully, but these errors were encountered:
I've noticed that if the window has the " /" character in the name, I cannot, for instance, write code like this, even though I've escaped the character.
waitFor("pane{create/edit information})"
Again, this is a very niche problem, since I can just write it like this:
waitFor("pane{^create})")
The text was updated successfully, but these errors were encountered: