Code IntelliSense
Code Complete
Use the locator under the Clicknium repository. When the character "." after the locator is entered, the Store referenced in the project is automatically displayed. When the character "." after Store is entered, folder and locator under Store are displayed.
Locator Error Hint
Error Type
- ui or find_element function argument must be locator. If it is store or folder, an error message will be displayed.
Locator Does Not Exsit
- If the entered locator does not exist in the referenced store, an error message is displayed.
- Select
Quick Fix
to start the recorder. After recording elements, a locator that does not exist will be named to generate a locator.
Locator Hover
- If you hover the mouse to the locator in the code, the locator content is displayed for easy identification.
Open
: Open the corresponding locator to editValidate
: Validate the locatorRecapture
: Start the recorder to capture the locator again. If the recorded locator is different from the one in the editing window, it will be saved directly.
Auto Fill
- Press the shortcut key CTRL+F10 or click
Capture
in the right menu to start the recorder. - After recording, select a locator that is required to fill in the recorder.
- After clicking
OK
, the locator will be automatically filled into the code.