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
I know the question is old... But something like this should work:
fromseleniumimportwebdriverfromheliumimport*# Open your favourite browser using Seleniumdriver=webdriver.Safari()
driver.get('YOUR_URL')
# Pass the Selenium driver into Heliumset_driver(driver)
# Now use Helium as usualclick('Login')
write('my@email.com', into='E-mail')
#...
Hello, I'd like to use Helium with Safari although I see it is not supported via the docs.
The text was updated successfully, but these errors were encountered: