Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
I can't use any other method but drag and drop for Mobile mode - Date Picker. Give me other method please!
@Fox That worked! Thanks.
@nosnossos92 said in How to prevent detection of sec-ch-ua and sec-ch-ua-mobile:
It also happens in chromium/crios iPhone, I think even more empty browser headers there that should be removed
Chrome on iPhone does not use the Chromium codebase; the browser on iPhone is just named Chrome, that is all.
If possible please make request to developer to enable/disable this block in next update
@hvrsh thanks, bro!
@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')]