GithubHelp home page GithubHelp logo

Comments (16)

JL218 avatar JL218 commented on May 19, 2024 2

Hello sir,

Hope you're doing well in this pandemic. Though helium comes with it's own version of chrome driver and gecko driver, helium can't open the latest version of chrome 89.0.4389.____ . I think helium is using the old version chrome driver.

I hope you know that this can be resolved by downloading the latest chrome driver and replacing them in the necessary folder (\python__\Lib\site-packages\helium_impl\webdrivers\ _____ ).

It would be good if you can update them on your side so that, new folks like me don't get confused and don't need to spend hours searching how to resolve that issue. 😁

Thanks & Regards,
Shaik Fharook.

OMG I LOVE YOU!!! I've been going crazy with trying to sort out why it wasn't working for me!! LMAO
Thank you!

from helium.

mherrmann avatar mherrmann commented on May 19, 2024 1

I will happily accept a pull request that fixes this in such a way that python setup.py test still passes. See the README :-)

from helium.

Jackson4ua avatar Jackson4ua commented on May 19, 2024 1

Hello sir,

Hope you're doing well in this pandemic. Though helium comes with it's own version of chrome driver and gecko driver, helium can't open the latest version of chrome 89.0.4389.____ . I think helium is using the old version chrome driver.

I hope you know that this can be resolved by downloading the latest chrome driver and replacing them in the necessary folder (\python__\Lib\site-packages\helium_impl\webdrivers\ _____ ).

It would be good if you can update them on your side so that, new folks like me don't get confused and don't need to spend hours searching how to resolve that issue. 😁

Thanks & Regards, Shaik Fharook.

Fixed my issue! You're a legend.

from helium.

AndrejKovacik57 avatar AndrejKovacik57 commented on May 19, 2024 1

Hello sir,

Hope you're doing well in this pandemic. Though helium comes with it's own version of chrome driver and gecko driver, helium can't open the latest version of chrome 89.0.4389.____ . I think helium is using the old version chrome driver.

I hope you know that this can be resolved by downloading the latest chrome driver and replacing them in the necessary folder (\python__\Lib\site-packages\helium_impl\webdrivers\ _____ ).

It would be good if you can update them on your side so that, new folks like me don't get confused and don't need to spend hours searching how to resolve that issue. 😁

Thanks & Regards, Shaik Fharook.

Thank you man!!

from helium.

sahil1610 avatar sahil1610 commented on May 19, 2024

@mherrmann I am taking this up

from helium.

sahil1610 avatar sahil1610 commented on May 19, 2024

@mherrmann Rather than replacing the webdriver versions everytime, shouldn't Helium download the latest available driver versions when we install it?

Something like what SeleniumBase does -> https://github.com/seleniumbase/SeleniumBase/tree/master/seleniumbase/drivers

from helium.

mherrmann avatar mherrmann commented on May 19, 2024

shouldn't Helium download the latest available driver versions when we install it?

No I think that would be bad.

Instead, there should be a "Python" package helium-chromedriver that you can install with pip. That package should contain chromedriver.exe and a Python function (say) start_chrome(...) that is able to start that particular version of Chrome. Would be a great PR.

from helium.

aalkuatova avatar aalkuatova commented on May 19, 2024

Hello sir,
Hope you're doing well in this pandemic. Though helium comes with it's own version of chrome driver and gecko driver, helium can't open the latest version of chrome 89.0.4389.____ . I think helium is using the old version chrome driver.
I hope you know that this can be resolved by downloading the latest chrome driver and replacing them in the necessary folder (\python__\Lib\site-packages\helium_impl\webdrivers\ _____ ).
It would be good if you can update them on your side so that, new folks like me don't get confused and don't need to spend hours searching how to resolve that issue. 😁
Thanks & Regards, Shaik Fharook.

Thank you man!!

can u explain how did u resolve the issue please? I replaced the chrome driver version to a compatible one but what to do with the gecko driver? I have an error [Errno 2] No such file or directory: 'geckodriver'

from helium.

danbaghilovici avatar danbaghilovici commented on May 19, 2024

@aalkuatova if you are getting No such file or directory error it means that that the path is not correctly set up or is not picking the driver from your PATH.

See also this issue

from helium.

ellnosAnalytics avatar ellnosAnalytics commented on May 19, 2024

Hello sir,
Hope you're doing well in this pandemic. Though helium comes with it's own version of chrome driver and gecko driver, helium can't open the latest version of chrome 89.0.4389.____ . I think helium is using the old version chrome driver.
I hope you know that this can be resolved by downloading the latest chrome driver and replacing them in the necessary folder (\python__\Lib\site-packages\helium_impl\webdrivers\ _____ ).
It would be good if you can update them on your side so that, new folks like me don't get confused and don't need to spend hours searching how to resolve that issue. grin
Thanks & Regards, Shaik Fharook.

Thank you man!!

can u explain how did u resolve the issue please? I replaced the chrome driver version to a compatible one but what to do with the gecko driver? I have an error [Errno 2] No such file or directory: 'geckodriver'

Hello sir,
Hope you're doing well in this pandemic. Though helium comes with it's own version of chrome driver and gecko driver, helium can't open the latest version of chrome 89.0.4389.____ . I think helium is using the old version chrome driver.
I hope you know that this can be resolved by downloading the latest chrome driver and replacing them in the necessary folder (\python__\Lib\site-packages\helium_impl\webdrivers\ _____ ).
It would be good if you can update them on your side so that, new folks like me don't get confused and don't need to spend hours searching how to resolve that issue. grin
Thanks & Regards, Shaik Fharook.

Thank you man!!

can u explain how did u resolve the issue please? I replaced the chrome driver version to a compatible one but what to do with the gecko driver? I have an error [Errno 2] No such file or directory: 'geckodriver'

Thanks a lot bro. It worked

from helium.

PullarwarOm avatar PullarwarOm commented on May 19, 2024

Hey, I am getting this error
NameError: name 'start_chrome' is not defined
Why is that?
Please help me with this issue.
@mherrmann

from helium.

PullarwarOm avatar PullarwarOm commented on May 19, 2024

Hey, anyone can help with this

Hey, I am getting this error NameError: name 'start_chrome' is not defined Why is that? Please help me with this issue.

Hey, can anyone help me with this issue? @mherrmann ?

from helium.

mherrmann avatar mherrmann commented on May 19, 2024

from helium import * - please see the instructions at https://github.com/mherrmann/selenium-python-helium

from helium.

PullarwarOm avatar PullarwarOm commented on May 19, 2024

from helium import * - please see the instructions at https://github.com/mherrmann/selenium-python-helium

yes, I tried from helium import *
but still not working
@mherrmann

from helium.

mherrmann avatar mherrmann commented on May 19, 2024

I'd recommend you ask on Stackoverflow @PullarwarOm.

from helium.

codenigma1 avatar codenigma1 commented on May 19, 2024

helium_impl

That great! I had been searching to resolve this issue for a day. Now it's fixed 🤗

from helium.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.