Closed dr29bart closed 8 months ago
@dr29bart It will be nice if you describe\add stacktrace what happened when you ran this test against selenoid.
There is only one issue, which is a failure of js snippet in dockerized Chrome :
var p = new XSLTProcessor;
p.importStylesheet(xsl);
var c = p.transformToFragment(xml, document)
transformToFragment returns null if xml is very large.
I was not able to reproduce this issue on Mac/Win 10/(Ubuntu in Virtual VM) Also tuning tmpfs or shmSize parameters didn't allow me to work around the issue.
@dr29bart what is XSLTProcessor (which library provides it)?
I think it is Blink implementation of the WEB API: XSLTProcessor.
Unfortunately, I cannot debug it, because it happens only on docker container.
@dr29bart ah ok, an internal JS API.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
docker images: aerokube/selenoid:1.9.0 selenoid/vnc_chrome:72.0
config:
Actual console output:
TypeError: Cannot read property 'firstChild' of null
Expected output:
[object Text]
The same code works fine with local chrome driver instance. chrome_container.log selenoid.log