qavajs / steps-wdio

Collection of WDIO steps for qavajs framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implement I execute function step

AlexGalichenko opened this issue · comments

Implement I execute {string} function which can accept string or memory value
e.g

When I execute '() => window.scrollTo(0, 0)' function
When I execute 'function() { window.scrollTo(0, 0) }' function
When I execute '$scrollTo' function #where scrollTo is memory value with function reference