@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')]
when i load google.com using mobile header, the search bar css changes very often.
so i kept getting error as i cannot fix the element.
anyone has any idea how to solve this?