Page 1 of 1

My doubts between RanoreXPath and CSS Selector

Posted: Fri Oct 18, 2019 3:36 am
by taylortaurus
What's the difference between RanoreXPath and CSS selector

./input[@id='pwd']

./input[#'pwd']

Re: My doubts between RanoreXPath and CSS Selector

Posted: Fri Oct 18, 2019 4:40 pm
by Vega
If you are familiar with CSS selectors, then you are likely familiar with XPath already. RanoreXPath / RXPath is based off of XPath with further enhancements.

Intro: https://www.ranorex.com/help/latest/ran ... roduction/

Basics: https://www.ranorex.com/help/latest/ran ... blueprint/

Examples: https://www.ranorex.com/help/latest/ran ... -examples/

hope this helps