Javascript not working in Chrome extension

Web Scraper version: 0.4.1.
Chrome version: Version 77.0.3865.90 (Official Build) (64-bit)
OS: Windows 10

Sitemap:
{"_id":"connect_users_groups","startUrl":["https://.../wps/myportal/enterpriseportal/"],"selectors":[{"id":"tool_button","type":"SelectorElementClick","parentSelectors":["_root"],"selector":".wpToolbarAdministrationNavMenu","multiple":false,"delay":"3000","clickElementSelector":"img.wpToolbarActionBarImages-AdministrationSelected","clickType":"clickOnce","discardInitialElements":"do-not-discard","clickElementUniquenessType":"uniqueText"},{"id":"access_groups","type":"SelectorText","parentSelectors":["tool_button"],"selector":".wpthemeFrame li:nth-of-type(3) li:nth-of-type(1) a span","multiple":false,"regex":"","delay":"3000"}]}

Dear Team,
I try to scrap internal website built on WebSphere. In order to access admin pages I need to click on the button on "news" page. Once done, the JS script builds the site with new links to detailed pages. Unfortunately, after using tool_button selector the site shows:

Error Error:
Javascript is disabled in this browser. This page requires Javascript. Modify your browser's settings to allow Javascript to execute. See your browser's documentation for specific instructions.
</div>

Tried to put 3000ms timeout with no improvement.
Of course the same Chrome installation this page is working perfectly. Appreciate your help.