How to work multiple IE Window with same Window title?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
26-03-18 10:08 AM
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
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
26-03-18 11:44 AM
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.
