Basically, I have multiple IE Windows with same Window titles (web-based SAP). I'll need to use Global Send Keys and need to make sure that the right window is activated (at the front). How to make sure I'm on the correct window? Thanks!
rang1
Either you can spy a unique element of each page and cross check it using Wait stage check exist with the element. or you can spy the entire window and check it in wait stage using document loader.