我想通过窗口标题来突出显示应用程序窗口:
类似的东西:
function focusWindow(windowTitle){
// code to bring the window with that title to the foreground/focus
}
我想做类似的事情: https://www.webrtc-experiment.com/getDisplayMedia/
单击testGetDisplayMedia API按钮->“应用程序”窗口,然后选择任何桌面应用程序,然后将所选窗口聚焦,这就是我要实现的目标