-
-
Notifications
You must be signed in to change notification settings - Fork 768
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
Commands that destroy a frame that they exist in error #726
Comments
Command click a link with ErrMsg : |
@Kirinfm Can you please provide a reproducible test case (e.g., a Selenium IDE project file attached as a zip file)? |
Project file reproducing this issue (highly encouraged)this project reproducing |
This may not be a selenium ide bug, it only reproduce when I use the Quick UI Framework (a UI lib). |
The project file you provided points to localhost. Do you have a public site that demonstrates the issue? Or can you attach an HTML file? |
You can put static folder on Nginx Server. the HTML file under the static folder |
Oh, my bad. I didn't see the HTML file in the zip. I'll take a look. |
This will be resolved when we move Selenium IDE playback to WebDriver (timeline TBD). We are adding |
Thanks |
@Kirinfm did you ever find a work around in the current version of Selenium IDE? |
🐛 Bug Report
Command
sendKeys | linkText=close | ${KEY_ENTER}
does not work in Chrome. But its work in Firefox.To Reproduce
ErrMsg in Chrome :
sendKeys on linkText=close with value ${KEY_ENTER} Failed: 09:51:24 This locator type is unavailable with this command
But in Firefox :
sendKeys on linkText=close with value ${KEY_ENTER} OK
Expected behavior
sendKeys on linkText=close with value ${KEY_ENTER} OK
Environment
OS: Windows 10
Selenium IDE Version: 3.9.0
Browser: Chrome
Browser Version: 75.0.3770.90(64 bit)
Browser: Firefox
Browser Version: 67.0.3 (64 bit)
The text was updated successfully, but these errors were encountered: