We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
# LPWebQuery // When output is a JSON Dictionary 49 NSString *output = [webView calabashStringByEvaluatingJavaScript:jsString]; // query result is nil 51 NSArray *queryResult = [LPJSONUtils deserializeArray:output]; CalWebView-cal[449] DEBUG LPMapRoute:134 | Map POST, /map Parsed UIScript as ( "view:'WKWebView'", "with xpath:'hr#green_stripe'" ) CalWebView-cal[449] DEBUG LPJSONUtils:107 | Unable to deserialize { "error":"Exception while running query: hr#green_stripe", "details":"Error: INVALID_EXPRESSION_ERR: DOM XPath Exception 51" } LPServer should detect this error and return an error result.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The text was updated successfully, but these errors were encountered: