Project Logins
Project Logins feature allows you to define the necessary steps to complete your login flow. It is highly recommended to hard-code these steps using Playwright Python code, so the AI doesn't have to locate them every time. This ensures a more efficient and reliable login process.
Find the Selector on your browserβ
For this example, we will be using an e-commerce website to illustrate the following steps:
- Go to your website
- Hover the cursor over the element and right-click the mouse
- Click onΒ
Inspect
4. Developer Tools will appear and will highlight the corresponding code along with the CSS selector
Repeat these steps for the other fields to obtain its CSS selectors. Once you have your selectors, you are now ready to add Project Logins inside Qualiti!
Add a Project Loginβ
- Click on the
Setup
Side Menu - Click on the
Project Logins
tab - Click
Add Steps
- Create separate steps for your Username, Password, and Login elements
- Click on the
Save
button to save your changes
What's Next?β
Now that you've stored your Project Logins, Qualiti can securely access the project and run tests accordingly!