Earlier bring shared many tutorial examples on selenium IDE dissimilar commands too Its usage. You tin thought each of that instance on Selenium IDE Tutorial. Still many peoples are using selenium IDE to automate their small-scale web applications too sometimes they needs to perform compatibility testing In Google Chrome too IE browsers similar submitting form, registration, login etc. activities.
We tin perform these activities rattling easily In google chrome too IE browsers using Selenium WebDriver too y'all tin thought related tutorials link on Selenium Tutorial. Is It possible to run selenium IDE examine In Google Chrome? Yes.. Follow steps given bellow to run selenium IDE examine In google chrome browser.
Steps To Execute Selenium IDE Test In Google Chrome Browser
Step 1 : Download Selenium Standalone Server
We postulate Selenium Standalone Server jolt file to execute selenium IDE examine In google chrome browser. Download Selenium Standalone Server file from THIS PAGE equally shown In bellow Image.
You volition acquire "selenium-server-standalone-2.46.0.jar" file when click on link equally shown In inwards a higher house Image.
Copy glue "selenium-server-standalone-2.46.0.jar" file In D: crusade for slowly access.
Note : 2.46.6 Is electrical flow version of jolt file. It tin alter In future.
Step two : Download ChromeDriver
You tin thought THIS POST to know how to download ChromeDriver server file. You volition acquire "chromedriver.exe" file.
Copy glue "chromedriver.exe" file In D: drive for slowly access.
Step three : Configure Selenium IDE
First of all y'all postulate to Install selenium IDE equally described In THIS POST If It Is non available alongside y'all In Mozilla Firefox browser.
- Now Go To Selenium IDE window's "Options" carte du jour -> Select "Options" sub menu. It volition opened upward Selenium IDE Options dialog equally shown In bellow Image.
- Select "WebDriver" tab too banking concern fit "Enable WebDriver Playback" check-box too write "chrome" In browser choice textbox equally shown In bellow Image.
- Click on "OK" push too unopen Selenium IDE Window.
Step iv : Start Selenium Standalone Server and ChromeDriver
Note : "selenium-server-standalone-2.46.0.jar" too "chromedriver.exe" files must hold out In D: drive.
Follow steps given bellow to start selenium standalone server too ChromeDriver.
- Open ascendance prompt.
- Navigate to D: crusade past times typing D: In ascendance prompt.
- Execute bellow given ascendance In ascendance prompt.
- It volition demo message "Selenium Server Is upward too running" In ascendance prompt equally shown In bellow Image.
Note : Modify selenium standalone server version In bellow syntax If It Is dissimilar than 2.46.0 earlier execution.
Command To Execute In Command Prompt
java -jar selenium-server-standalone-2.46.0.jar -Dwebdriver.chrome.driver=chromedriver.exe
Step five : Execute Selenium IDE examine In Google chrome
Now nosotros are all ready to execute selenium IDE examine In google chrome browser.
Restart Selenium IDE too and thus execute bellow given instance examine In selenium IDE.
Restart Selenium IDE too and thus execute bellow given instance examine In selenium IDE.
New Test | ||
Command | Target | Value |
open | http://www.google.com | |
type | xpath=//input[@name='q'] | test text |
click | name=btnG | i |
It volition launch google chrome browser too execute examine In It. This means nosotros tin execute selenium IDE examine In Google Chrome browser.