- Code: Select all
/application/mdi-client/form
But, sometimes those windows are modal ant thier XPath is like:
- Code: Select all
/form
I can find them both by using "/.//form" but its takes too much time. Is there a way to find them faster?
Have been trying XPath "/form | /application/mdi-client/form", but it seems or operator does not work.
P.S. Sorry for my english.