Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
selenium_plugin [2017/10/29 16:50] admin [Plugin Overview] |
— (current) | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | =====Selenium Plugin===== | ||
| - | // | ||
| - | ---- | ||
| - | ==== Plugin Overview ==== | ||
| - | //Selenium plugin// uses [[http:// | ||
| - | |||
| - | Selenium supports various browsers to test your web applications as well as a simulated browser which offers much higher performance and more suited for running load testing when you need to simulate hundreds or thousands of users running models simultaneously. | ||
| - | |||
| - | ---- | ||
| - | ==== Chrome Config & Custom Profile ==== | ||
| - | |||
| - | You can config //Google Chrome// browser by setting // | ||
| - | |||
| - | * [[http:// | ||
| - | |||
| - | To set up //Chrome// browser to use a custom profile, edit // | ||
| - | profile.chrome.loc=/ | ||
| - | | ||
| - | For more information about //Chrome Driver//, please refer to [[https:// | ||
| - | |||
| - | ---- | ||
| - | ==== WebDriver Config ==== | ||
| - | You may also configure // | ||
| - | |||
| - | By default 32 bit IE driver is used, however you can change this default to 64 bit IE driver by editing webdriver.properties file. Alternatively you can call Selenium function $setCapabilityString() to dynamically change which IE driver to be used to launch AUT: | ||
| - | |||
| - | $Selenium.setCapabilityString(' | ||
| - | or | ||
| - | $Selenium.setCapabilityString(' | ||
| - | |||
| - | ---- | ||
| - | ==== Firefox Custom Profile ==== | ||
| - | |||
| - | This section assumes that you already has created a custom profile using Firefox Profile Manager. | ||
| - | |||
| - | You may use custom Firefox profile by setting // | ||
| - | profile.firefox.loc=C:/ | ||
| - | | ||
| - | | ||
| - | Alternatively you can also set this during model execution in MBT_start trigger: | ||
| - | < | ||
| - | |||
| - | ---- | ||
| - | ==== Element Locator ==== | ||
| - | |||
| - | Need help with element locator? | ||
| - | * [[http:// | ||
| - | * [[http:// | ||