Re: [Chennaipy] Selenium Exception

2021-07-09 Thread Gopi jack
I already updated all the packages and browser also, But still I was facing the issue. If there are any criteria for setting the versions ,Kindly let me know. On Sat, Jul 10, 2021 at 9:38 AM Rengaraj D wrote: > > > On Sat, 10 Jul 2021 at 08:20, Gopi jack wrote: > >> Hi, >>The comple

Re: [Chennaipy] Selenium Exception

2021-07-09 Thread Rengaraj D
On Sat, 10 Jul 2021 at 08:20, Gopi jack wrote: > Hi, >The complete console error message is > > Traceback (most recent call last): > File "namma.py", line 12, in > driver=webdriver.Firefox(options=opts) > File > "/usr/local/lib/python3.8/dist-packages/selenium/webdriver/firefox/webdr

Re: [Chennaipy] Selenium Exception

2021-07-09 Thread Gopi jack
Hi, The complete console error message is Traceback (most recent call last): File "namma.py", line 12, in driver=webdriver.Firefox(options=opts) File "/usr/local/lib/python3.8/dist-packages/selenium/webdriver/firefox/webdriver.py", line 170, in __init__ RemoteWebDriver.__init__(

Re: [Chennaipy] Selenium Exception

2021-07-09 Thread Rengaraj D
On Sat, 10 Jul 2021 at 00:23, Gopi jack wrote: > Hi all, > i was used the selenium web driver (headless mode) to open > websites and find the next and next pages to click and get the data by > using beautifulsoup.It was working fine in my machine but when i was > trying to run the python