Comment #20 on issue 136 by asanke.g...@gmail.com: New `Xpath Should Match X Times` keyword
http://code.google.com/p/robotframework-seleniumlibrary/issues/detail?id=136

Why is this method only take the expath starting from "//"?

Ex:  Xpath Should Match X Times  //input[@type="text"]  ${1}


Whereas other functions support xpths to be provided starting with "//" and "xpath=//".

Ex:Element Should Be Visible

Either:
${PATH} //input[@type="text"]
Element Should Be Visible ${PATH}

Or:
${PATH} xpath=//input[@type="text"]
Element Should Be Visible ${PATH}


--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--

--- You received this message because you are subscribed to the Google Groups "robotframework-commit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to robotframework-commit+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to