Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/osandadeshan/new-tours-demo-automation
A demo project that automates all web browsers using Selenium and Gauge in Java.
https://github.com/osandadeshan/new-tours-demo-automation
gauge gauge-java java selenium web-automation
Last synced: 30 days ago
JSON representation
A demo project that automates all web browsers using Selenium and Gauge in Java.
- Host: GitHub
- URL: https://github.com/osandadeshan/new-tours-demo-automation
- Owner: osandadeshan
- Created: 2018-09-30T11:24:56.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-14T04:29:30.000Z (over 6 years ago)
- Last Synced: 2024-11-13T20:31:41.629Z (3 months ago)
- Topics: gauge, gauge-java, java, selenium, web-automation
- Language: HTML
- Homepage:
- Size: 2.03 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Web-Cross-Browser-Automation-Demo
### Configurations for IE 11 on Windows
1. Open **Registry Editor** (Windows Key + R → Type regedit → Press Enter).
2. For 32-bit Windows installations, the key you must examine in the registry editor is
**HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_BFCACHE**
3. For 64-bit Windows installations, the key is
**HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_BFCACHE**
4. Please note that the **FEATURE_BFCACHE** subkey may or may not be present, and should be created if it is not present.
5. Inside this key, create a **DWORD** value named **iexplore.exe** with the value of **0**.
6. Go to **Internet Options** on Internet Explorer.
7. Go to **Security** tab.
8. Check **Enable Protected Mode** for all zones (Internet, Local intranet, Trusted sites and Restricted sites).
9. Click on **Apply** button.
10. Click on **OK** button.|Browser |Version |
|-----------|---------------------------------------|
|Chrome |68.0.3440.106 (Official Build) (64-bit)|
|Firefox |61.0.2 (64-bit) |
|IE |11.228.17134.0 |
|Edge |42.17134.1.0 |Tested on **Windows 10 Core i7 Machine**.