My application loads multiple JS-enabled pages into tabs and then repeatedly loads content updated by JS by cycling through the tabs. Works fine with Selenium / Hu-Driver 4.43.0.
With the 4.44.0 versions content is no longer updated. Notably the log line
INFO::JS executor for org.htmlunit.WebClient@3e9f7694: Logging initialized @5498ms to org.htmlunit.jetty.util.log.StdErrLog
is now missing, which makes me assume the JS executor is no longer started.
My application loads multiple JS-enabled pages into tabs and then repeatedly loads content updated by JS by cycling through the tabs. Works fine with Selenium / Hu-Driver 4.43.0.
With the 4.44.0 versions content is no longer updated. Notably the log line
INFO::JS executor for org.htmlunit.WebClient@3e9f7694: Logging initialized @5498ms to org.htmlunit.jetty.util.log.StdErrLog
is now missing, which makes me assume the JS executor is no longer started.