Frame work script self = <selenium.webdriver.chrome.service.Service object at 0x000000000417AEC8> | Selenium Python Forum
M
M Prabhaharan Posted on 01/07/2020

testdummyb

'''
Created on Jun 6, 2020

@author: prabha
'''
from DataDrivenFramework.BaseTest import abc
from selenium import webdriver
# from webdriver_manager.chrome import ChromeDriverManager
# import time

def test_B1():
# import the details of abc
base=abc()
base.OpenBrowser("chrome")
# driver = webdriver.Chrome(ChromeDriverManager().install())
#driver = webdriver.Chrome("C:\Program Files\Python\Python37\chromedriver.exe")
driver =webdriver.Firefox()
base.Navigate("https://www.google.com")


M
M Prabhaharan Replied on 01/07/2020

facing error while executing the script screen shot attached 


0
09914040666 Replied on 16/07/2020

Hey, 

Can you ppease confirm which browser you are trying to open Chrome or Firefox?


0
09914040666 Replied on 16/07/2020

Hey, 

Can you ppease confirm which browser you are trying to open Chrome or Firefox?