Skip to content

Commit

Permalink
fix(synthetic): broken selenium link
Browse files Browse the repository at this point in the history
Fixed a broken link
  • Loading branch information
ally-sassman committed Mar 22, 2024
1 parent 3589eca commit 863b26a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Scripted browsers emulate a custom user experience by scripting browsers that na

See [Scripted browser reference](/docs/synthetics/synthetic-monitoring/scripting-monitors/synthetic-scripted-browser-reference-monitor-versions-chrome-100/) for a list of all available functions.

Scripted monitors are driven by [Selenium WebDriverJS](https://www.selenium.dev/documentation/webdriver/. Each time your script runs, New Relic creates a fully virtualized Selenium-driven Google Chrome browser that navigates your website and follows each script step. Synthetic monitoring includes an IDE-style script editor that suggests functions, locators, and other elements to simplify scripting.
Scripted monitors are driven by [Selenium WebDriver](https://www.selenium.dev/documentation/webdriver/). Each time your script runs, New Relic creates a fully virtualized Selenium-driven Google Chrome browser that navigates your website and follows each script step. Synthetic monitoring includes an IDE-style script editor that suggests functions, locators, and other elements to simplify scripting.

For a look at how to use the Selenium IDE to record your workflows and export them in the format required by New Relic, watch this short YouTube video (3:49 minutes).

Expand Down

0 comments on commit 863b26a

Please sign in to comment.