tzatziki
tzatziki copied to clipboard
[Tzatziki Front] Perform an action in the browser
Perform an action (CLICK, FILL...) with optional parameters on one or multiple elements.
we perform a 'action' (with 'parameters...') on 'cssSelector' (waiting 'cssSelector' (visible))
Perform a list of actions ordered
we perform a list of actions :
yaml :
- action : FILL
parameters : fill input
css_selector : '#select1'
wait_for: '#save_button'
wait_for_visible: true
- action : CLICK
css_selector : '#button1'