-
Notifications
You must be signed in to change notification settings - Fork 678
Closed
Labels
FREQUENCY: level 2TYPE: enhancementThe accepted proposal for future implementation.The accepted proposal for future implementation.
Description
Are you requesting a feature or reporting a bug?
Feature
What is the current behavior?
TestCafe admits CSS and ClientFunction based selectors. It would be nice, if XPath selectors were supported too.
What is the expected behavior?
something like
let submitBtn = Selector('//form/input[text()="Submit"]')
let submitForm = Selector('//input[text()="Submit"]/../')Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
FREQUENCY: level 2TYPE: enhancementThe accepted proposal for future implementation.The accepted proposal for future implementation.