Iakiv Kramarenko

Results 147 issues of Iakiv Kramarenko

The following code ``` (plot/compose (plot/list-plot '((1 1) (2 2)) :joined true) (plot/list-plot '((2 2) (1 3)) :joined true :color "blue") (plot/list-plot '((1 3) (1 1)) :joined true :color "red"))...

it should work without extra Should call and error message on fail should show why it failed

probably the user would expect waiting for both: * element.JsSetValue as extension * element.With(setValueByJs: true).SetValue but JsSetValue is based on element.ExecuteScript that is raw script execution to give full power...

TODO: * element have attribute of name containing ... * element have attribute of name with value containing... * element have some attribute with value * element have some attribute...

if WaitForNoOverlapFoundByJs will be implemented in #85 with idea to "have everything built in for all type of commands", then this issue is a corresponding follow up;)

Selenide in Java has something element.select(value) to be used with dropdown elements. But it works only with classic html `

future