-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Bookmark Functionality #312
Comments
Hello there, can I take this up? |
Please do |
Message: Unable to locate element: [id="popup-notification-primary-button"]; For documentation on this error, please visit: https://www.selenium.dev/documentation/webdriver/troubleshooting/errors#no-such-element-exception. I am getting the above error from the code below:
The work is a bit of a trial and error for me, so I want to know if it is possible to get a list of the elements I can access on the browser? |
Like when I click the star button, there will be a popup and I want to click done there. |
As it says, the element can't be found. I would check your CSS selector. What is |
@b4handjr I will commence working on this first |
Add functionality to NavBar (and elsewhere) to set, unset, and retrieve bookmarks.
Refer to https://github.com/mozilla/fx-desktop-qa-automation/blob/main/modules/browser_object_navigation.py for ideas on what needs to be built and how to do it.
Add tests that exercise all methods. Make sure they run in
make test
and in CI.Make sure the existing tests also pass using
make test
and in CI.The text was updated successfully, but these errors were encountered: