@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')]
@nomad said in Swipe gestures on Tiktok mobile website:
Hello, I'm stuck looking for a solution to be able to perform swipe gestures while browsing tiktok videos on mobile website. It seems like a scroll gesture then I tried using js command 'scrollBy' but it didn't work. Does anyone have a solution here?
