https://github.com/rishantagarwal/selenium_multi_window
Its a sample project , showing how you can create and switch between multiple windows using Selenium and JS
https://github.com/rishantagarwal/selenium_multi_window
Last synced: 28 days ago
JSON representation
Its a sample project , showing how you can create and switch between multiple windows using Selenium and JS
- Host: GitHub
- URL: https://github.com/rishantagarwal/selenium_multi_window
- Owner: rishantagarwal
- Created: 2014-03-16T19:04:36.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-03-16T19:18:15.000Z (over 12 years ago)
- Last Synced: 2025-01-25T06:41:22.757Z (over 1 year ago)
- Size: 137 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Working with multiple Windows through Web Driver
===============================================
1.Its a sample project , showing how you can create and switch between multiple windows using Selenium and JS
2. There are some issues when you try to open "HTTPS" , you can't switch back to it.
3. The code here is a project exported from Selenium IDE.