Dan Baghilovici
Dan Baghilovici
Adding `var global=window;` to helpers.js solved the issue
> Is their any progress or anything done on this so far? 😄 you can always change the values of the colors from the `src/_Color.sass` and then recompile again with...
This may be a problem with selenium . I remember that they had problems identifying the elements when wrapped around css pseudo selectors. From @ttamg example, the footer navigation links...
This is a wrapper for selenium on the python version only.
There are some significant changes in the API for Selenium 4 ( https://www.selenium.dev/documentation/webdriver/getting_started/upgrade_to_selenium_4/ ). Doing the changes will take some effort since they introduced some new configuration objects. And I...
@petrisorionel I will have a look also.
Selenium already has a `Edge` webdriver class, just do what @mherrmann said with an instace of that class. Be sure to download the correct version of the edge driver from...
@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...
If it follows the driver implementation then it should work as any other available driver. Some of the functions may not work since I do not know what those patches...
The easiest solution would be to use a multiprocess pool so that every process gets its only instance of helium. Another way to do it would be to extend from...