ChrisProContributor10 years agocss 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? Show More
jmcpeekContributor10 years agoYou could also use queryselector. pageObject.queryselector("tr.ClassName")
Recent DiscussionsCan we set sheet name in excel as active using python scriptUnable to capture objects inside iFrames in Power App using TestCompleteSymbol in Manage Org Members
Related ContentCSS selector into namemappingRetrieving CSS propertyConverting an old project to CSS/XPATH