Hi everyone,
I am using BP v6.10.0/Chrome v86.0.4240.198/extension v6.10.0 on my local, it is the same environment that have on VM. The difference is I am using 64bit Window 10 and VM has 64 bit Window Server 2016.
The robot works well on my local. But I am facing an issue on VM. the popup window (it is a search window with a lot of fields, not a simple alert/confirm popup)can not be spied with Browser mode only, other modes works on this popup.
The popup window opens by clicking a button on main page.
I append "--force-renderer-accessibility" at the end of start page URL, not popup window url.
I used F12 to check that extension are loaded after popup window opens.
After several experiments on click the button to open the popup, I found the browser mode can only work after I use Ctrl+left mouse click to click the button, it will open as a new tab beside the main page tab.
So that, my teammate found a chrome extension named
Open link in same tab, pop-up as tab , but it also can not work.
we are thinking about to use keystroke, but there is only Global Send Keys which can not send pressing <Ctrl + left mouse click "LButton" + releasing >Ctrl.
I also tried to have another business object and put popup window URL+"--force-renderer-accessibility" in the Application Modeller to attach the opened popup, browser mode still can not work after attached.
I think it should be the environment issue, but I dont know how to locate it now.
Does anyone have experience on this? can you please give me some advice? I really appreciate you help. Thanks.