diff --git a/other/tips/selenium/README.md b/other/tips/selenium/README.md new file mode 100644 index 00000000..d577a4a3 --- /dev/null +++ b/other/tips/selenium/README.md @@ -0,0 +1,3 @@ +# Selenium + +This section exists to hold content related to the [Selenium](https://www.zaproxy.org/docs/desktop/addons/selenium/) add-on. diff --git a/other/tips/selenium/edge/README.md b/other/tips/selenium/edge/README.md new file mode 100644 index 00000000..618befab --- /dev/null +++ b/other/tips/selenium/edge/README.md @@ -0,0 +1,26 @@ +# Use Edge (chromium) instead of Chrome + +Since Edge on Windows is now chromium based, you can choose to set your "Chrome" binary as "Edge" if you have a requirement for testing/exploring things with Edge (ex: in a corporate environment). + +## Setup Process + +1. Get Edge's location. Hit the start menu and type "Edge". +2. Right click the start menu entry and hit "Open file location": + +![](images/edge_file_location.png) + +3. Get the properties for the Edge shortcut: + +![](images/edge_shortcut_properties.png) + +4. From the shortcut properties copy the "Target" value: + +![](images/edge_properties.png) + +5. Go back to ZAP and into the Selenium options: +6. Set the Chrome binary location to point to the Edge executable path you copied earlier. + +![](images/selenium_options.png) + +7. Then when you launch a 'Chrome' browser (either via the toolbar button or manual explore screen), it will launch Edge. +8. Note: You may get a message saying the "Provided browser was not found" when you close Edge :shrug: (just click "Ok" and ignore it.) diff --git a/other/tips/selenium/edge/images/edge_file_location.png b/other/tips/selenium/edge/images/edge_file_location.png new file mode 100644 index 00000000..e2867858 Binary files /dev/null and b/other/tips/selenium/edge/images/edge_file_location.png differ diff --git a/other/tips/selenium/edge/images/edge_properties.png b/other/tips/selenium/edge/images/edge_properties.png new file mode 100644 index 00000000..4d99df1a Binary files /dev/null and b/other/tips/selenium/edge/images/edge_properties.png differ diff --git a/other/tips/selenium/edge/images/edge_shortcut_properties.png b/other/tips/selenium/edge/images/edge_shortcut_properties.png new file mode 100644 index 00000000..d3e30839 Binary files /dev/null and b/other/tips/selenium/edge/images/edge_shortcut_properties.png differ diff --git a/other/tips/selenium/edge/images/launch.png b/other/tips/selenium/edge/images/launch.png new file mode 100644 index 00000000..cb6bef57 Binary files /dev/null and b/other/tips/selenium/edge/images/launch.png differ diff --git a/other/tips/selenium/edge/images/selenium_options.png b/other/tips/selenium/edge/images/selenium_options.png new file mode 100644 index 00000000..ecb22856 Binary files /dev/null and b/other/tips/selenium/edge/images/selenium_options.png differ