ChrisProContributor11 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
jmcpeekContributor11 years agoYou could also use queryselector. pageObject.queryselector("tr.ClassName")
Recent DiscussionsAndroid execution and object capture is slow.Is there a way to disable the usage of the tcMSVCHook.dll?Is there any way to increase the amount of line on my screen?
Related ContentRetrieving CSS propertyCSS selector into namemappingConverting an old project to CSS/XPATH