Since I am using ChatGPT for translation, the sentences might not be accurate. Thank you for your understanding.
Here is what I have done:I installed firefox-esr using pkg install firefox-esr.
I am doing web scraping with Python, Selenium, and Geckodriver.I installed Selenium using pip install selenium, and I downloaded the Geckodriver source from the official website and compiled it.
When I run the Python script for web scraping [a.py], a firefox.core file is generated.
Investigation into the cause:After installing pkg install chromium and running [a.py], it worked successfully.
It seems that when Chromium’s dependency packages are installed, it works fine. I investigated which packages need to be installed for the script to work properly.As a result of my investigation, I found that when [noto-basic] is installed, the script runs successfully.
Since I don't usually use [ports], is it possible to include a package equivalent to [noto-basic] in the pkg for firefox-esr?
Thank you for reading.
Here is what I have done:I installed firefox-esr using pkg install firefox-esr.
I am doing web scraping with Python, Selenium, and Geckodriver.I installed Selenium using pip install selenium, and I downloaded the Geckodriver source from the official website and compiled it.
When I run the Python script for web scraping [a.py], a firefox.core file is generated.
Investigation into the cause:After installing pkg install chromium and running [a.py], it worked successfully.
It seems that when Chromium’s dependency packages are installed, it works fine. I investigated which packages need to be installed for the script to work properly.As a result of my investigation, I found that when [noto-basic] is installed, the script runs successfully.
Since I don't usually use [ports], is it possible to include a package equivalent to [noto-basic] in the pkg for firefox-esr?
Thank you for reading.