sanjayvaniya
6 years agoOccasional Contributor
How do I open a second window from the first window in WPF technology
Hi All,
I'm currently working on a problem that bothers me a bit.
I run in browser tests for a wpf application.
Now, while having opened one of the browsers with the application un...
- 6 years ago
Only for those specific steps Launch IE browser by script and test it. Remaining can be common.
For Example:
Most of the steps: Aliases.browser.aaa.bbb.textbox.
Specific steps. Browsers.Item("iexplore").Run(), then follow the next steps.
Code customization is required.