Hcaptcha fails to load as long as I have rechaptcha 7.0 module enabled. When I looked into it, it looks like the manifest file in hcaptcha iframe does not load. instead cloudflare is "checking browser" when I inspect through the hcaptcha iframe.
Hi,
I'm using proxies with limited data usage with the browser Proxy function, but I want to load certain URLs without proxy
For example .js files because they take up a lot of proxy usage and do not require proxy to not trigger rate limits.
HI @support , I have tried below Xpaths with using Xpath-Module but didn't get any value.
//div[@class="hyper"]/following-sibling::span
//div[@class="trend"]//div/span[@class="digital"]
//[local-name()='svg' and @data-icon='home']/[local-name()='path']
By the way, above all Xpaths worked with "Get Element Text" block and returned the correct value.
Xpath Module don't support following-sibling and local-name() for SVG elements?