Selenium java code for regular expression.
Xpath = "//*[@id='gritter-item-6']/div[2]/div[2]/p"
In above xpath 6
is varying, any one help me how to solve this problem
Please give me the solution for this.
Selenium java code for regular expression. Xpath = In above xpath Please give me the solution for this. |
||||
Try using the below xpath where we use
|
|||
|
gritter-item-
and followed by a number? – user1177636 Apr 30 at 7:32