Hi! i would like to scrape a power bi url, but i get an error like this:
<head xmlns="http://www.w3.org/1999/xhtml"> <title>Problem loading page</title> <link rel="stylesheet" href="chrome://global/skin/netError.css" type="text/css" media="all" /> <!-- If the location of the favicon is changed here, the FAVICON_ERRORPAGE_URL symbol in toolkit/components/places/src/nsFaviconService.h should be updated. --> <link rel="icon" type="image/png" id="favicon" href="chrome://global/skin/icons/warning-16.png" />
<script type="application/javascript"><![CDATA[
// Error url MUST be formatted like this:
// moz-neterror:page?e=error&u=url&d=desc
My code works in my local computer using chromedriver without any extra code. I really need this because i use many power bi url. Thanks in advance.
I have other codes that works normally in this platform