ulixee / hero

The web browser built for scraping
MIT License
649 stars 32 forks source link

Empty page | navigator.deviceMemory #198

Closed loss-and-quick closed 1 year ago

loss-and-quick commented 1 year ago

I used proxy on website,but this website is not rendering page,but if use buttons like button.click() (not via hero.interact) its working Logs from console: Failed to initialize "navigator.deviceMemory" TypeError: Cannot read properties of undefined (reading 'hasOwnProperty')

How solve it?

UPD

i tried userProfile for editing navigator.deviceMemory manually, but anyway site was empty

blakebyrnes commented 1 year ago

Do you have anything else to go on here? Like logs from website or a Session database? (welcome to dm me on discord)

loss-and-quick commented 1 year ago

Do you have anything else to go on here? Like logs from website or a Session database? (welcome to dm me on discord)

I will send you details to discord

loss-and-quick commented 1 year ago

solution was appending disableDevtools: true in options Additional thanks to @blakebyrnes