View Single Post
  #2519  
Old 09.12.2022, 12:09
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,236
Default

@molitar:
Quote:
net.sourceforge.htmlunit.corejs.javascript.EvaluatorException: unterminated string literal (#6)
check your script, this sounds like you made copy/paste issue or somewhere modified script and removed important " or ;
Also you have to correct escape your path
Code:
\' single quote
\" double quote
\\ backslash
\n newline
\r carriage return
\t tab
\b backspace
\f form feed
__________________
JD-Dev & Server-Admin

Last edited by Jiaz; 09.12.2022 at 12:21.
Reply With Quote