The Wayback Machine - https://web.archive.org/web/20210125045317/https://github.com/SeleniumHQ/selenium-ide/issues/618
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set the value to a default when using a "wait for" command #618

Open
98gmarquee opened this issue Mar 13, 2019 · 3 comments
Open

Set the value to a default when using a "wait for" command #618

98gmarquee opened this issue Mar 13, 2019 · 3 comments

Comments

@98gmarquee
Copy link

@98gmarquee 98gmarquee commented Mar 13, 2019

🚀 Feature Proposal

When using commands that require a wait time such as ones that start with "wait for", it would be nice if it set the value to a default value like 30000 (30 seconds).

Motivation

Helps make writing tests quicker

Example

Select command "wait for element not visible", set the wait time to 30000 automatically.

@corevo
Copy link
Member

@corevo corevo commented Mar 13, 2019

That's a great idea, sure!

@98gmarquee
Copy link
Author

@98gmarquee 98gmarquee commented Mar 13, 2019

I think I saw the same thing happen when importing old IDE scripts and it would change whatever the old command was to the new command, but leave the field blank, so it would fail when you ran it. I couldn't find my example of that, so I didn't include it. Just thought I'd mention it here in case someone gets a chance to look at it.

@98gmarquee
Copy link
Author

@98gmarquee 98gmarquee commented Feb 20, 2020

Just updating for a reminder about the setting of a default wait when importing an old ide script.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants