Solved
Forum Discussion
Hi,
yes this is the only unique property that I found. where can I place it? Please let me know custom expression that LoadNinja can take it.
TimeCop1983
Staff
2 years agoTo compose a suitable CSS expression, consider one of the following ways:
-
Use the built-in tools of your browser to retrieve the expression while working with the website. For example, in Chrome, select Inspect in the context menu for the needed element. In the inspector, locate the needed element, then right-click it, and select Copy > Copy XPath or Copy > Copy selector.
-
Compose a custom expression that points directly at the needed object by yourself, using the CSS selector syntax.