BUGFIX #70: Updated 'CSS selector' operation to use vanilla JS instead of jQuery, also fixing root element selection issues.

This commit is contained in:
n1474335 2017-02-07 15:04:10 +00:00
parent 553d9945ce
commit 35d74980a1
6 changed files with 27 additions and 21 deletions

View file

@ -1987,7 +1987,7 @@ var OperationConfig = {
},
"CSS selector": {
description: "Extract information from an HTML document with a CSS selector",
run: Code.runCssQuery,
run: Code.runCSSQuery,
inputType: "string",
outputType: "string",
args: [