-
-
Notifications
You must be signed in to change notification settings - Fork 239
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Relevant tip content and images. Signed-off-by: kingthorin <kingthorin@users.noreply.github.com>
- Loading branch information
1 parent
a941beb
commit de7f99d
Showing
7 changed files
with
32 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
# 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). | ||
|
||
> [!CAUTION] | ||
> While this tip might be handy for exploring an app manually it probably IS NOT a good move to set Edge as Chrome for the purposes of the Ajax Spider or DOM XSS rule. | ||
## 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.) |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.