My doubts between RanoreXPath and CSS Selector

Technology specific object identification, supported applications, web technologies, and 3rd party controls.
taylortaurus
Posts: 2
Joined: Tue Jun 18, 2019 8:07 am

My doubts between RanoreXPath and CSS Selector

Post by taylortaurus » Fri Oct 18, 2019 3:36 am

What's the difference between RanoreXPath and CSS selector

./input[@id='pwd']

./input[#'pwd']

Vega
Posts: 222
Joined: Tue Jan 17, 2023 7:50 pm

Re: My doubts between RanoreXPath and CSS Selector

Post by Vega » Fri Oct 18, 2019 4:40 pm

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