katalon-studio / katalon-recorder

Apache License 2.0
316 stars 144 forks source link

Unable to export XML when recording on non-UTF-8 page #55

Open hjrcz opened 4 years ago

hjrcz commented 4 years ago

When I open up a page that happens to be in non-UTF-8 encoding to record a test case, all is good until I click accented link that makes the text go (link=) into XML that has UTF-8 prolog. That produces invalid XML. Katalon does not happen to transcode the file from such pages.

It's hard to find one these days so here's one for you: http://www.zshorakhk.cz/files/tinymce/tvorba/ucitele/WWW/index.php?lekce=2

To reproduce:

Save As File... does nothing, expected: would save a correct XML.

I'm a dev, never had done any browser extension though, I might go and try fixing this myself if you direct me how/where the problem should be solved.

Thanks