ChrisPro
10 years agoContributor
css class
In HTML page, I have the following code : tr class="ClassName" align="center" With Xpath, I succed to access to this element, but I would like to have proprieties of class "ClassName". An idea?
Try this
(By.ClassName("ClassName"));
sanjayvaniya :
This is TestComplete but not Selenium forum and By will not work in TestComplete.