I hope someone can help. I'm very new to substeps so please bear with me.
I'm getting the following message
"SEVERE: runtimeError: message=[An invalid or illegal selector was specified (selector: '[t^='']' error: Invalid selectors: [t^='']).]"
I'm presuming htmlunit its being very strict on checking jquery. I've tried various versions of jquery to no avail(some posts on the web I'd seen worked with 1.10 and we are using 2.0.3). If I put "htmlunit.disable.javascript=true" it will pass fine but I take it I really want to leave javascript on. In fact I know I'll need it on as a later test relies on javascript.
I've seen various posts on the web to ignore css/javascript validation possibly by setting the logging level.I've tried adding the log4j stuff from the sample substeps project provided but that doesnt seem to have worked. How would I turn this off using substeps please?
many thanks
Rob