XPATH Select element by Class
- January 5th, 2012
- Posted in XPATH
- By Vemu
- Write comment
Solution: we can use Class Contains function
//span[contains(@class, 'active')]/input
you can use the above expression when you are asserting for certain element on the page
No comments yet.