You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In true Lucky spirit (aka "it just works"), having the Firefox driver included in the repo would be nice. Or at least documented. Using it would then be just a matter of changing a keyword for LuckyFlow.default_driver.
Here's what I came up with. Not sure if it's 100%, but it works as expected:
Sidenote: I was forced to use Firefox because Chrome kept giving me element click intercepted: Element is not clickable at point (x, y). I tried a bunch of things without success, including different versions of Chrome.
The text was updated successfully, but these errors were encountered:
In true Lucky spirit (aka "it just works"), having the Firefox driver included in the repo would be nice. Or at least documented. Using it would then be just a matter of changing a keyword for
LuckyFlow.default_driver
.Here's what I came up with. Not sure if it's 100%, but it works as expected:
Let me know if you'd like a PR.
Sidenote: I was forced to use Firefox because Chrome kept giving me
element click intercepted: Element is not clickable at point (x, y)
. I tried a bunch of things without success, including different versions of Chrome.The text was updated successfully, but these errors were encountered: