Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Browser-instance1 から User1 としてログインし、同じブラウザ Instance2 から User2 としてログインします。どうすれば Browser-instance1 に戻ることができますか? ブラウザ:IE6~7
Desktop.Find("//BrowserApplication[1]")Open Agent を使用していると仮定すると、およびでウィンドウにアクセスできるはずですDesktop.Find("//BrowserApplication[2]")。
Desktop.Find("//BrowserApplication[1]")
Desktop.Find("//BrowserApplication[2]")
または、ブラウザに個別のキャプションがある場合は、次を使用できますDesktop.Find("//BrowserApplication[@caption='Distinct Caption']")
Desktop.Find("//BrowserApplication[@caption='Distinct Caption']")