<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Notebook Environment, Selenium installation in Data Engineering</title>
    <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Notebook-Environment-Selenium-installation/m-p/3738881#M1830</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/691240"&gt;@ThomasDealFind&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;We haven’t heard from you on the last response and was just checking back to see if you have a resolution yet. In case if you have any resolution please do share that same with the community as it can be helpful to others.&lt;BR /&gt;If you have any question relating to the current thread, please do let us know and we will try out best to help you.&lt;BR /&gt;In case if you have any other question on a different issue, we request you to open a new thread.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Thanks.&lt;/P&gt;</description>
    <pubDate>Mon, 04 Mar 2024 04:27:30 GMT</pubDate>
    <dc:creator>v-cboorla-msft</dc:creator>
    <dc:date>2024-03-04T04:27:30Z</dc:date>
    <item>
      <title>Notebook Environment, Selenium installation</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Notebook-Environment-Selenium-installation/m-p/3703772#M1825</link>
      <description>&lt;P&gt;Hi everyone&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to use Selenium python library in a notebook&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I created an Environment and add Selenium and all library that seemed requiered to make it work but I can't make it work in my notebook&lt;/P&gt;&lt;P&gt;when using the library, my requierement is to use the function driver, in the library webdriver&lt;/P&gt;&lt;P&gt;For that I need to stecify the .exe driver of the webbrowser of my choice, but I can't uoload file other than :&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ThomasDealFind_0-1708072225546.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1043819iE7850C201CE8C1DA/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ThomasDealFind_0-1708072225546.png" alt="ThomasDealFind_0-1708072225546.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Someone has try it and made it work ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you in advance&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;PS: my need is to scrap dynamic data from a web page, if you have another solution other than Selenium I would take it gladly&lt;/P&gt;</description>
      <pubDate>Fri, 16 Feb 2024 11:13:20 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Notebook-Environment-Selenium-installation/m-p/3703772#M1825</guid>
      <dc:creator>ThomasDealFind</dc:creator>
      <dc:date>2024-02-16T11:13:20Z</dc:date>
    </item>
    <item>
      <title>Re: Notebook Environment, Selenium installation</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Notebook-Environment-Selenium-installation/m-p/3703978#M1826</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/691240"&gt;@ThomasDealFind&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for using Microsoft Fabric Community.&lt;/P&gt;
&lt;P&gt;As I understand that you want to scrap dynamic data from a web page within the Microsoft Fabric. Certainly! Scraping dynamic data from web pages within the Microsoft Fabric environment can be achieved using various approaches.&lt;/P&gt;
&lt;P&gt;One approach is to use Beautiful Soup, a Python library for web scraping. You can create a BeautifulSoup object to parse the HTML content of a web page and extract relevant data.&lt;/P&gt;
&lt;P&gt;Consider watching this YouTube video that demonstrates an end-to-end project in Microsoft Fabric involving web scraping and data storage in a lakehouse.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Link :&amp;nbsp;&lt;A href="https://www.youtube.com/watch?v=Mbr1rC0dh5M" target="_blank" rel="noopener"&gt;Web Scraping in Microsoft Fabric.&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I hope this information helps. Please do let us know if you have any further questions.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Feb 2024 12:35:11 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Notebook-Environment-Selenium-installation/m-p/3703978#M1826</guid>
      <dc:creator>v-cboorla-msft</dc:creator>
      <dc:date>2024-02-16T12:35:11Z</dc:date>
    </item>
    <item>
      <title>Re: Notebook Environment, Selenium installation</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Notebook-Environment-Selenium-installation/m-p/3704033#M1827</link>
      <description>&lt;P&gt;Hello, thank you for your response, I already use beautifull soup but I need to retrieve data not accessible by it, in a javascript content. that is why I completed my script with selenium.&lt;/P&gt;</description>
      <pubDate>Fri, 16 Feb 2024 13:01:50 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Notebook-Environment-Selenium-installation/m-p/3704033#M1827</guid>
      <dc:creator>ThomasDealFind</dc:creator>
      <dc:date>2024-02-16T13:01:50Z</dc:date>
    </item>
    <item>
      <title>Re: Notebook Environment, Selenium installation</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Notebook-Environment-Selenium-installation/m-p/3715130#M1828</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/691240"&gt;@ThomasDealFind&lt;/a&gt;&amp;nbsp;,&amp;nbsp;&lt;BR /&gt;You can package an exe inside a JAR file :&amp;nbsp;&lt;A href="https://stackoverflow.com/questions/1383536/including-an-exe-file-to-jar" target="_blank"&gt;https://stackoverflow.com/questions/1383536/including-an-exe-file-to-jar&lt;/A&gt;&lt;BR /&gt;Thanks&amp;nbsp;&lt;BR /&gt;Himanshu&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Feb 2024 18:54:02 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Notebook-Environment-Selenium-installation/m-p/3715130#M1828</guid>
      <dc:creator>HimanshuS-msft</dc:creator>
      <dc:date>2024-02-21T18:54:02Z</dc:date>
    </item>
    <item>
      <title>Re: Notebook Environment, Selenium installation</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Notebook-Environment-Selenium-installation/m-p/3727665#M1829</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/691240"&gt;@ThomasDealFind&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We haven’t heard from you on the last response and was just checking back to see if you have a resolution yet. In case if you have any resolution please do share that same with the community as it can be helpful to others.&lt;BR /&gt;Otherwise, will respond back with the more details and we will try to help.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Tue, 27 Feb 2024 13:05:48 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Notebook-Environment-Selenium-installation/m-p/3727665#M1829</guid>
      <dc:creator>v-cboorla-msft</dc:creator>
      <dc:date>2024-02-27T13:05:48Z</dc:date>
    </item>
    <item>
      <title>Re: Notebook Environment, Selenium installation</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Notebook-Environment-Selenium-installation/m-p/3738881#M1830</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/691240"&gt;@ThomasDealFind&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;We haven’t heard from you on the last response and was just checking back to see if you have a resolution yet. In case if you have any resolution please do share that same with the community as it can be helpful to others.&lt;BR /&gt;If you have any question relating to the current thread, please do let us know and we will try out best to help you.&lt;BR /&gt;In case if you have any other question on a different issue, we request you to open a new thread.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Mon, 04 Mar 2024 04:27:30 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Notebook-Environment-Selenium-installation/m-p/3738881#M1830</guid>
      <dc:creator>v-cboorla-msft</dc:creator>
      <dc:date>2024-03-04T04:27:30Z</dc:date>
    </item>
    <item>
      <title>Re: Notebook Environment, Selenium installation</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Notebook-Environment-Selenium-installation/m-p/3746274#M1831</link>
      <description>&lt;P&gt;Hi Thomas,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have been dealing with selenium installation in a notebook environment without success. In my case, I'm trying to scrap content from a website that involves authentication so I cannot use the provided solution of using Beautifulsoup. So I have to stick to selenium.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In that direction, I managed to provide the chromedriver, and make it executable but its execution failed due to the security constraints of the environment. So I found the following solution:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;SOLUTION&lt;/P&gt;&lt;P&gt;- Using a remote selenium service via LambdaTest&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;# Sample code snippet:&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; driver = webdriver.Remote(&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;command_executor&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;f&lt;/SPAN&gt;&lt;SPAN&gt;'https://&lt;/SPAN&gt;&lt;SPAN&gt;{&lt;/SPAN&gt;&lt;SPAN&gt;lambda_test_username&lt;/SPAN&gt;&lt;SPAN&gt;}:&lt;/SPAN&gt;&lt;SPAN&gt;{&lt;/SPAN&gt;&lt;SPAN&gt;lambda_test_access_key&lt;/SPAN&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;SPAN&gt;@hub.lambdatest.com/wd/hub'&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;options&lt;/SPAN&gt;&lt;SPAN&gt;=options&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; )&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;I hope this helps everyone whose solution has to be approached with selenium.&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Aminael&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 06 Mar 2024 13:36:30 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Notebook-Environment-Selenium-installation/m-p/3746274#M1831</guid>
      <dc:creator>asanchez2</dc:creator>
      <dc:date>2024-03-06T13:36:30Z</dc:date>
    </item>
    <item>
      <title>Re: Notebook Environment, Selenium installation</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Notebook-Environment-Selenium-installation/m-p/3755968#M1832</link>
      <description>&lt;P&gt;I have the same issue. My script runs perfectly in jupyter notebook but now when I try to migrate it to Fabric I am getting errors/WebDriverExeptions. I have tried Beautiful Soup but it doesn't have the capabilities that are needed in this instance. If anyone has a solution on how to get selenium/webdriver installed and working in fabric it would be MUCH appreciated!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2024 17:19:42 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Notebook-Environment-Selenium-installation/m-p/3755968#M1832</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-03-11T17:19:42Z</dc:date>
    </item>
    <item>
      <title>Re: Notebook Environment, Selenium installation</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Notebook-Environment-Selenium-installation/m-p/3797375#M1833</link>
      <description>&lt;P&gt;Hello Aminael,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thank you for your response. It confort me with all the test I did.&lt;/P&gt;&lt;P&gt;My last resort was to try a report server and I am glad that you manage to did it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I will try it myself anbd hope it work. thank you for the sample code.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It interesting to know that we can't handle authentication with Beautifulsoup. I am still a rookie in this field so at least I won't try this without Selenium.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;</description>
      <pubDate>Thu, 28 Mar 2024 17:01:24 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Notebook-Environment-Selenium-installation/m-p/3797375#M1833</guid>
      <dc:creator>ThomasDealFind</dc:creator>
      <dc:date>2024-03-28T17:01:24Z</dc:date>
    </item>
    <item>
      <title>Re: Notebook Environment, Selenium installation</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Notebook-Environment-Selenium-installation/m-p/3917636#M1834</link>
      <description>&lt;P&gt;I'm hoping to do something similar but at present my 'options' varaible is coming from this import:&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;from selenium.webdriver.chrome.options import Options&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;which of course, fabric doesnt like.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;What are you using for options = options?&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 14 May 2024 14:28:31 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Notebook-Environment-Selenium-installation/m-p/3917636#M1834</guid>
      <dc:creator>Shadow229</dc:creator>
      <dc:date>2024-05-14T14:28:31Z</dc:date>
    </item>
  </channel>
</rss>

