Is it possible to use ‘Inject JS script’ on UiPath extension 22.10.8 or 23.4.5 versions. Previously it was working and after upgrading to manifest 3 it stop working. Any solution or work around? (execution world property does not work)
Example of called function with JS - “function(){ document.querySelector(‘.action.jsHandleActionIconClick.tooltip.to-left’).click(); setTimeout( function(){document.querySelector(‘.icon.icon-edit.margin-toright–xsmall.jsHandleActionClick.action-link’).click();},1000); setTimeout( function(){document.querySelector(‘.action.jsHandleActionIconClick.tooltip.to-left’).click();},1000);}”