Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
selenium_custom_browser [2020/05/10 15:52] admin removed |
— (current) | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ===== Setting Up Custom Browser with Selenium ===== | ||
- | |||
- | If you are using Selenium plugin and would like to test your web app using a browser that is not on the browser type drop-down list, you may define your own custom browser. See the list of standard browser list at the end of this page. | ||
- | |||
- | Before the custom browser can be used, it must be declared in // | ||
- | |||
- | | ||
- | |||
- | The above Selenium plugin declares the custom iexplore browser. | ||
- | |||
- | Once the custom browser is declared, restart // | ||
- | |||
- | Below is the list of supported standard browsers for Selenium plugin: | ||
- | |||
- | * Firefox | ||
- | * Chrome | ||
- | * IExplore | ||
- | * Safari | ||
- | * Opera | ||