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
This library can actually be used together with Protractor (which uses selenium-webdriver). And since I did not find out how to use the functionality from selenium-webdriver to achieve the same result, I would say it is easier.
I made an example of using it with Protractor in this issue.
The important part is to set the encoded profile on .moz:firefoxOptions.profile instead of on .firefox_profile.
The text was updated successfully, but these errors were encountered:
I know it's been a long time since you posted this message, but I totally missed it. Thank you so much 🙏for the info, I updated the README file (still need to publish it npm in order to update npmjs.org...).
This library can actually be used together with Protractor (which uses
selenium-webdriver
). And since I did not find out how to use the functionality fromselenium-webdriver
to achieve the same result, I would say it is easier.I made an example of using it with Protractor in this issue.
The important part is to set the encoded profile on
.moz:firefoxOptions.profile
instead of on.firefox_profile
.The text was updated successfully, but these errors were encountered: