CSS Selector

What is CSS Selector?

To use features like auto-click, auto-login, and pagination templates, you need Selector values that specify which elements to click. This guide explains how to get those Selector values.


How to use it

A1. Getting selector values

1

Getting CSS selector values with PARTS

Using Listly PARTS lets you get CSS Selector values quickly and easily.

Through this process, you can immediately check the desired element's Selector value in the side panel. Click the [Copy icon] in the CSS Selector field to easily copy that value.

After copying the value, paste it using Ctrl+V into settings fields that need Selector values.

2

Getting CSS selector values with developer tools (Legacy)

(1) Right-click on an element like a button or input field and select [Inspect].

(2) A code window appears on the right or bottom of the screen. The code corresponding to the element you just selected is highlighted in gray, and hovering over the code highlights the corresponding area on screen in color.

(3) Right-click on the gray-highlighted code and select Copy -> Copy selector to copy that selector's value.

(4) Go to the settings window and paste the copied value by pressing Ctrl+V or right-clicking and selecting 'paste' where the selector value needs to be entered, then save.

A2. When Selector doesn't work properly after entering it

For most websites, entering the Selector value from step 1 works normally. However, if entering the Selector value doesn't give desired results, check these methods:

1

Design modification program interference

  • Problem: Unnecessary CSS code may have been copied along due to cursor design, browser theme changes, design correction extensions, etc. Since CSS is code that affects web page design, if related programs are running, turn off settings and copy the Selector value again.

2

When necessary info is in parent/adjacent tags

  • Problem: Key information may be contained in parent tags (parent elements) rather than the initially selected element.

  • Solution-1 (Using Parts): Click the up arrow (↑) from the initially selected element to adjust the selection area. Expand to the largest box that doesn't exceed the button area and use that value.

  • Solution-2 (Using developer tools): In developer tools, hovering over code highlights the corresponding element area. Select the largest box that doesn't exceed the button area and copy its CSS Selector value.

Last updated

Was this helpful?