Support

How can we help you?

Get answers to all your Stark-related questions with
step-by-step guides from our Support center.

Using Live URL Scanning

Get real-time reports and insights on your URLs in production or staging


With the addition of URL scanning, you can now get real-time reports and insights on all your URLs be it in production or staging environments alongside your design files and code repositories. All issues are grouped according to the WCAG guidelines, so it’s super easy to see how many issues per category exist.

🎥
To learn more about all the functionality in action, check out our Live URL Scanning Support Video.

To get started:

  1. Log into your Stark account
  2. Click Create a Project
  3. Choose your Project Location: Team or Private
  4. Scroll to Scan URLs and add one URL per line
  5. You can now run your first scan! 🎉
  6. Download and link your teammates to the Report to get started fixing each of the surfaced issues.
The UI of Stark’s live URL scanner displaying a field to input URLs, with several web addresses listed to be scanned. A cursor is depicted clicking the 'Scan URLs' button, to start the scanning process.
❗️
Currently, you can run up to 30 URLs per project using the scanner. Some scans might fail due to security measures (such as CORS protections), if pages continue to fail please reach out to support@getstark.co.

Authenticated URL Scanning

Stark's URL scanner supports additional inputs for authentication fields. This allows the scanner to scan pages that sit behind credential-based username/password authentication. Let's gets started:

❗️
We recommend entering test account credentials for best security practices.
  1. Add your URL(s) in the input field, separate multiple URLs with a line break
  2. Turn on Requires authentication
  3. Enter the username and password credentials 

In order for our scanner to be able to attempt a login, we need a couple things:

  • What page is the login form on?
  • How can our scanner recognize the username input field?
  • How can our scanner recognize the password input field?
  • How can our scanner recognize the which button to click to make the authentication request? (Usually this is the Login button.)
  • What are the username and password to use?

You’ll see an input field for each of these values.

Everything here should be pretty straightforward. To determine what the values are for selectors, follow these steps:

  1. Use the right click → Inspect Element feature in the browser to view the exact input element for the username and password field. (Be sure to select the input field directly and not an element that’s wrapping the input; it must be an “<input>” element specifically).
  2. You’ll want use the browser developer tools to copy either the CSS Selector or the Full XPath for the username input, password input, and submit button - again, making sure you’re grabbing the selector or xpath for the core “<button>" or "<input>” element and not a wrapper around it.
    1. If you choose the “xpath” value, you will want to prepend xpath// to the beginning of the selector value, for a full selector that looks something like this: xpath///path/to/your/element
  3. Once you have filled out all the required fields, you can go ahead and import the URL and start the scan! 🎉

Stark scans your URLs and finds accessibility issues By default, Stark will start scanning your URLs based on WCAG 2.2 AA compliance levels. You can change the compliance level and WCAG version from the dropdown in the URL asset. As soon as you’ve selected a different compliance level results will be filtered and the selection will be persistent for any future scans.


Have any questions about using Stark's Web App? Don’t hesitate to reach out to us at support@getstark.co.

Go back to articles