- Borisman
- Posts : 5
Join date : 2014-01-16
Age : 31
Location : Indonesia
Locating Element with Regular Expression
Mon Apr 28, 2014 5:55 pm
Hi all,
I have a question about how to use regular expression in locating an element.
I have a problem to locating an image with specific attribute value of src, like this :
This directory "ce51d135" is randomly defined for every machine, so i have to use regular expression to solve it.
Thanks before.
I have a question about how to use regular expression in locating an element.
I have a problem to locating an image with specific attribute value of src, like this :
- Code:
<img src='assets/ce51d135/logo.jpg' />
This directory "ce51d135" is randomly defined for every machine, so i have to use regular expression to solve it.
Thanks before.
Re: Locating Element with Regular Expression
Tue Jun 24, 2014 5:48 pm
hi
use regular expression like this:
use regular expression like this:
- Code:
xpath=//img[matches(@src,'assets/.*/logo.jpg')]
Permissions in this forum:
You cannot reply to topics in this forum