Forum Discussion
baxatob
8 years agoCommunity Hero
Or you can use the title of the grid as anchor:
.//h4[text()="Basic Example"]/following::div[1]
vijaysimha
7 years agoOccasional Contributor
Please illustrate an example on how to write dynamic xpaths in Testcomplete tool.
Ex: //*[@id='signout']/div[1]
- baxatob7 years agoCommunity Hero
You can test your xpath directly in your browser (e.g. using developer tools). If it works there, it will work also with TestComplete.