Our team afford a chrome extension to do desktop capture, the source contains screen,window and tab.
In the automation testing(using remote selenium hub to start chrome instance), if i add option:
chromeOptions.addArguments("auto-select-desktop-capture-source=Entire screen") then it works fine to select the whole screen to capture,
but how to auto select one chrome tab page?
i try chromeOptions.addArguments("auto-select-desktop-capture-source=Tab 1") but it does not work.
Please help, this block my automation testing, the desktop pop up window could not be control by selenium(no Robot, because it connect to a remote selenium hub).
Thank you in advance,