microsoft / EasyRepro

Automated UI testing API for Dynamics 365
MIT License
513 stars 285 forks source link

[FEATURE] Ability to specify implicit + explicit timeouts #1339

Open BigIan1969 opened 1 year ago

BigIan1969 commented 1 year ago

Describe the feature
Can we have properties/methods to set the implicit/explicit timeouts used by the API?

Explain why this feature is needed
It would enable people to tune test scripts to their own needs instead of being stuck with the catchall of waiting for a hard coded timeout.

Additional context
These are exposed in selenium so why not pass them on