所以,我知道如何找到活动窗口的名称
currentWindow = bot.Send("GET", "/window_handle")
bot.SwitchToWindowByName currentWindow
有没有办法获取我刚刚弹出的非活动窗口的名称?
我尝试去控制台并输入 window.name 并得到" 也尝试使用 window.document.name 并得到"download.phtml",但是
bot.SwitchToWindowByName download.phtml
给了我一个运行时 424 对象需要错误。
新窗口的图片(右侧(
显式使用
bot.SwitchToWindowByTitle "Title" '<==Make sure it is the actual Title you are using of the Window
如果它刚刚弹出,您也可以尝试
bot.SwitchToNextWindow