tzatziki icon indicating copy to clipboard operation
tzatziki copied to clipboard

[Tzatziki Front] Perform an action in the browser

Open alexandrepa opened this issue 11 months ago • 0 comments

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'

alexandrepa avatar Mar 29 '24 16:03 alexandrepa