User Tools

Site Tools


devops:selenium

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
devops:selenium [2018/03/13 10:35] skipidardevops: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
 +<code>
 +pip install selenium
 +</code>
 +
 +== Recording==
  
 To record the cases use chrome plugin: "Katalon Recorder (Selenium IDE for Chrome)" To record the cases use chrome plugin: "Katalon Recorder (Selenium IDE for Chrome)"
 +
  
  
Line 25: Line 35:
 driver.quit() driver.quit()
 </sxh> </sxh>
 +
 +== 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)