При попытке открыть зашифрованные epub с помощью TestCafe я постоянно получаю эту ошибку: Uncaught SyntaxError: Failed to set the 'innerHTML' property on 'Element': The provided markup is invalid XML, and therefore cannot be inserted into an XML document.
In browser mode, the script shows the browser throwing this error: error in line 10 at column 8: Opening and ending tag mismatch: meta line 0 and head
Я нашел эту возможную причину:
XHTML does not support document.write or .innerHTML. Due to the fact, that jQuery inserts the new code using one of these methods, all XHTML compatible browsers will error out
Значит ли это, что я вообще не могу использовать TestCafe для выполнения операций такого типа?
Код, который я использую, является простым .click (bookselector)