Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| selenium_custom_browser [2020/04/26 03:33] – external edit 127.0.0.1 | selenium_custom_browser [2020/05/10 15:52] (current) – removed admin | ||
|---|---|---|---|
| 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 | ||