Dhruv-Techapps / acf-docs

Auto Click Auto Fill on any web page
https://getautoclicker.com/
Apache License 2.0
165 stars 87 forks source link

wizard.js:1 Uncaught TypeError: crypto.randomUUID is not a function. #432

Open mean-cj opened 5 days ago

mean-cj commented 5 days ago

Hi @dharmesh-hemaram

I'll explain with pictures instead. Did you restrict access to the main Project? It seems like I used to help fix the code before.

chrome-extension://iapifmceeokikomajpccajhjpacjmibe/wizard.js

image

image

image

image

Thanks

dharmesh-hemaram commented 5 days ago

Thanks for detailed issue . Will look into it

dharmesh-hemaram commented 3 days ago

Note that window.crypto.randomUUID is only available under HTTPS context: https://developer.mozilla.org/en-US/docs/Web/API/Crypto/randomUUID

Are you using on website which is still running on http?.

You can also try Recorder from dev-tools and export configuration from it.

https://developer.chrome.com/docs/devtools/recorder

mean-cj commented 3 days ago

It is possible, many websites still use http://

You try adding a custom function ? id: crypto.randomUUID() || customRandomUUID()