Looking for an alternative of findElement.findElement like in selenium. I have tried chainable keywords available in like friendly locators but none of them worked. I want to ge
Try 0.9.6.RC3 - you should be able to chain locate()
* def e = locate('.example')
* match e.locate('p').text == 'Random Text'
Else please follow this process so that the scenario is more clear - and help us fix this: https://github.com/intuit/karate/tree/develop/examples/ui-test