Open alexandrepa opened 8 months ago
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'
Perform an action (CLICK, FILL...) with optional parameters on one or multiple elements.
Perform a list of actions ordered