Comment 2 for bug 682281

Revision history for this message
Michael A. Phillips (maphilli14) wrote :

Confirmed and Raimund's work around works great.

--- didn't work
switchApp("Ixia")

---works
IxNetwork = "20121003" # This is the saved file name that is displayed in the main window
LogView = "LogView" # This is a subwindow

switchApp(IxNetwork)
click(something)
switchApp(LogView)
find()
switchApp(IxNetwork)