devops:selenium
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| devops:selenium [2018/03/13 10:35] – skipidar | devops:selenium [2023/11/01 07:15] (current) – ↷ Page moved from camunda:devops:selenium to devops:selenium skipidar | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ===== Selenium ===== | ===== Selenium ===== | ||
| + | |||
| + | ==Prerequirements== | ||
| + | * Python | ||
| + | * Python selenium plugin, installed via | ||
| + | < | ||
| + | pip install selenium | ||
| + | </ | ||
| + | |||
| + | == Recording== | ||
| To record the cases use chrome plugin: " | To record the cases use chrome plugin: " | ||
| + | |||
| Line 25: | Line 35: | ||
| driver.quit() | driver.quit() | ||
| </ | </ | ||
| + | |||
| + | == Execute== | ||
| + | Now you can just execute the python test from the console, where python is available. | ||
| + | Chrome will be started. | ||
| + | The test will be executed. | ||
devops/selenium.1520937310.txt.gz · Last modified: (external edit)
