Xceptance / neodymium-library

A test automation library based on common other best practice open source libraries. It adds missing functionalities but does not reinvent the wheel. Just glues stuff together nicely and adds some sprinkles.
MIT License
80 stars 11 forks source link

fastSetValue and clickViaJs can not be set in neodymium.properties #67

Closed rkl-xc closed 5 years ago

rkl-xc commented 5 years ago

Neodymium.fastSetValue(true); as well as Neodymium.clickViaJs(true); can be set at runtime only. It might be a good idea to set them for the whole test suite at neodymium.properties.

occupant23 commented 5 years ago

implemented this and added documentation. ready to test

jowerner commented 5 years ago

Now that these two settings are official properties, they should be documented on the Configuration wiki page.

jowerner commented 5 years ago

Please ignore my comment. They are there already.