@Hifive said in Xpath does not work with Mobile browser:
xpath> //a[contains(@ref, 'contact')]
Maybe "href" instead of "ref" >>>
xpath> //a[contains(@href, 'contact')]
Hello, is there any options to NOT load images in the browser? I am on a proxy that is charged by bandwith and I am trying to conserve as much bandwith as possible and make the amount of data sent as low as possible.. is there a way to turn this off or other tricks to conserve bandwith? Thanks
Try to use "REQUEST MASK DENY " in "NETWORK" tab. Add image url in text box or simply enter extension of image ex..(.png/.jpg/.gif) or you can use wild card like this ( *.domainname.com/pathtoimage) . Be sure to read manual if you're having problem as it cover all topics in detail.
Thanks
Any other tips anyone has to conserve bandwith ?