Decathlon / tzatziki

Decathlon library to ease and promote Test Driven Development of Java microservices!
Apache License 2.0
63 stars 30 forks source link

[Tzatziki Front] Perform an action in the browser #259

Open alexandrepa opened 8 months ago

alexandrepa commented 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'