Closed wealthr closed 1 year ago
File "C:\Users\alima\PycharmProjects\pythonProject\venv\lib\site-packages\selenium_driverless\types\options.py", line 415, in add_extension
raise NotImplementedError()
will be implemented in the next release of driverless
@wealthr This is a warning. Please read the error-message fully through before opening an issue.
If you keep opening arbitrary issues, I might have to restrict you from doing so!
I'm sorry about that, i saw where you shared the method for packed extension, so i tried it and had to raise the issue because it didn't work
I'm sorry about that, i saw where you shared the method for packed extension, so i tried it and had to raise the issue because it didn't work
yep, that's because it currently only works with an unpacked extension :)
i tried running same code above after upgrading my selenium-profile and driverless to the updated version.
i get this error while trying to quit the browser " C:\Users\wealth \PycharmProjects\vent\venv\lib\site-packages\selenium_profiles\webdriver.py:211: RuntimeWarning: coroutine 'Chrome.quit' was never awaited super().quit() RuntimeWarning: Enable tracemalloc to get the object allocation traceback
Process finished with exit code 0 "
i tried running same code above after upgrading my selenium-profile and driverless to the updated version.
i get this error while trying to quit the browser " C:\Users\wealth \PycharmProjects\vent\venv\lib\site-packages\selenium_profiles\webdriver.py:211: RuntimeWarning: coroutine 'Chrome.quit' was never awaited super().quit() RuntimeWarning: Enable tracemalloc to get the object allocation traceback
Process finished with exit code 0 "
yep this ideed is an issue with the new driverless & profiles. Atm, there's no fix for that
okay, is there any other way to close the browser window?, so multiple windows don't have to open on a while loop when an exception occurs
okay, is there any other way to close the browser window?, so multiple windows don't have to open on a while loop when an exception occurs
what you can to is just to use the sync version of driverless without profiles
I need profiles, i will just wait for your update that resolves this
I need profiles, i will just wait for your update that resolves this
Yeah unfortanely, solving this one is real hard:/
My code:
TRACEBACK: