Search found 1 match

by rba
Wed Apr 24, 2019 3:47 pm
Forum: Object Identification and Technologies
Topic: XPath - Contains()
Replies: 8
Views: 7924

XPath - Contains()

Hello, I have this kind of XPath that I would like to convert into Ranorex: //div[@data-internalname='0_cell' and contains(.//span,'Logistics')] It seems that Ranonrex does not support the contains() function. Is there a way to select a div that contains a span having some text in a "ranorex way"? T...