apache / jmeter

Apache JMeter open-source load testing tool for analyzing and measuring the performance of a variety of services
https://jmeter.apache.org/
Apache License 2.0
8.19k stars 2.07k forks source link

CSS Selector Extractor -> CSS Selector Expression,name rule.blank is requeried. etc:#wp-admin-bar-my-account .ab-item #5491

Closed asfimport closed 3 years ago

asfimport commented 3 years ago

whpyiku (Bug 65104): CSS Selector Extractor -> CSS Selector Expression,name rule.blank is requeried. etc:#wp-admin-bar-my-account .ab-item After the decimal point, if there is no space, an error will be reported

Severity: normal OS: All

asfimport commented 3 years ago

@FSchumacher (migrated from Bugzilla): This might be a question on the usage of JMeter and should probably taken to the users mailing list (see https://jmeter.apache.org/mail2.html#JMeterUser for more information on how to subscribe and send mails to the list).

If you still think, that this is an error in JMeter, it would be great to give us more information to reproduce the error. See "Required Information for bug reporting" on https://jmeter.apache.org/issues.html for more details.

Guessing after reading your text, I created a test plan (that shows no error). Feel free to modify it, so that it shows an error and re-attach it.

Created attachment bug65104-css-selector.jmx: Simple CSS Selector test

bug65104-css-selector.jmx ````xml false true false continue false 1 1 1 false true false saveConfig true true true true true true true false true true false false false true false false false true 0 true true true true true true true """<html> <body> <div id='abc'> Hello, <span class='name'>World</span>! </div> </body> </html> """ groovy rule.blank #abc .name false JSOUP false true false ````
asfimport commented 3 years ago

@FSchumacher (migrated from Bugzilla): No feedback given.

Feel free to re-open this issue, when you have haven given more details and find this issue still exists.