Skip to main content

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:

  1. Go to your website
  2. Hover the cursor over the element and right-click the mouse
  3. Click onΒ Inspect

OrangeHRM Login Site 4. Developer Tools will appear and will highlight the corresponding code along with the CSS selector

OrangeHRM Dev Tools

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​

  1. Click on the Setup Side Menu
  2. Click on the Project Logins tab
  3. Click Add Steps
  4. Create separate steps for your Username, Password, and Login elements
  5. Click on the Save button to save your changes

Project Login Steps

What's Next?​

Now that you've stored your Project Logins, Qualiti can securely access the project and run tests accordingly!