User Tools

Site Tools


devops:selenium

Differences

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

Link to this comparison view

Next revision
Previous revision
devops:selenium [2018/03/13 10:34] – created 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 24: Line 34:
  
 driver.quit() driver.quit()
-</python>+</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.1520937299.txt.gz · Last modified: (external edit)