Login

Lost your password?
Don't have an account? Sign Up
https://www.educational.guru

28 comments

  1. TECHTALK

    thanks for the awesome video. I am getting an assertion error in __ assert “python” in driver.title__ when i comment the line out ,it works perfect. I am using chrome. what could be the problem? thnx

    1. edureka!

      Hey ,”Save the chromedriver in any location on your machine. To initiate the WebDriver instance you can explicitly call the chromedriver by passing the absolute path of the chromedriver through the argumentexecutable_path as follows: from selenium import webdriver
      driver = webdriver.Chrome(executable_path= r’C:\Utility\BrowserDrivers\chromedriver.exe’)……..Try this & let us know if this solves your problem”

  2. Akash Nikam

    When i am giving an driver path It shows error:-
    from selenium import webdriver
    driver=webdriver.Firefox(executable_path=’C:UsersGS-1355Documentsgeckodriver-v0.17.0-win64geckodriver.exe’)
    Error:->
    SyntaxError: (unicode error) ‘unicodeescape’ codec can’t decode bytes in position 2-3: truncated UXXXXXXXX escape.

    Why this shoe syntax error?

    1. edureka!

      Hey Rick, thanks for the wonderful feedback! We’re glad you found our tutorial useful.
      We’re glad the error is resolved.
      Do subscribe to stay posted on upcoming tutorials. Hope this helps. Cheers!

  3. Sundar Kalpavruksha

    Hi Sourabh, I tried same as you explained in video but I am getting error – ”
    TypeError:’module’ object is not callable “. can u please guide me how to
    fix this issue ? Thanks ..!!

    1. edureka!

      Hey Sundar, if module object is not callable, you are probably calling a module object! What’s a module object? It’s the type of thing you get when you import a module. Hope this helps!

Leave a Comment

Your email address will not be published. Required fields are marked *

*
*