Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: unable to lunch firefox using python
Post: Connection not able to establish between Firefox a...

Traceback (most recent call last): File "C:\OracleExtraMonitor\testff2.py", line 33, in <module> driver = webdriver.Firefox(executable_path='C:\\Kesko\\Python27\\Lib\\geckodriver.exe') F...
sanjay News and Discussions 5 2,904 May-30-2019, 02:14 PM
    Thread: unable to lunch firefox using python
Post: RE: unable to lunch firefox using python

from selenium import webdriver import time browser = webdriver.Firefox(executable_path = 'C:/OracleExtraMonitor/geckodriver.exe') browser.get('https://www.google.com') #browser = browser.get('firefox...
sanjay News and Discussions 5 2,904 May-29-2019, 08:28 AM
    Thread: unable to lunch firefox using python
Post: unable to lunch firefox using python

WebDriverException: Message: connection refused while using geckodriver for firefox,unable to load the web page,any suggestion for this issue
sanjay News and Discussions 5 2,904 May-29-2019, 06:20 AM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020