NSelene
NSelene copied to clipboard
Consise API to Selenium for .Net (the port of Selene in python / Selenide in Java)
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;)
Work in progress (separating tests which already green from red ones
See original https://github.com/yashaka/NSelene/issues/50 issue...