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")
Related ContentGroovy returns No such property: testRunner for class when using java classConverting an old project to CSS/XPATHCSS selector into namemappingAdd custom css to markdown tableVariable declaration in a javascript class
Recent DiscussionsScreenshots in Keyword test to document stepsIs it possible to extract data from the cells of a grid which is not getting identified as a tableHow to make objects visible in the object tree?Execute parallel Test with Selenium ServerExecute same Keyword test on different EnvironmentSolved