Using Xpath iin Chrome for spying elements
I am working with an scenario which involves spying elements in Chrome using Xpath. I have written an XPath for the field highlighted in above image //div[contains(@style,'visibility: visible')]//div//following-sibling::div[@class='x-window-bwrap']//...