-
Notifications
You must be signed in to change notification settings - Fork 83
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
It doesn't support to navigate to another opened tab #301
Comments
{ |
Above is my testcase |
@vmi , any update for this issue ? thanks a lot ! |
I understood the cause of this problem, but I do not understand the behavior of Selenium IDE, so I continue investigation. |
Thanks a lot ! @vmi |
…indowHandleName` and `windowTimeout` in SIDE file. (#301)
Hi, I fixed this problem and released 3.24.0. |
Hello, Today I tried to very this issue with 3.24.0, I can see it can navigate to the newly opened tab, I got another issue, from the UI (firefox), I could see at first the newly opened tab is [about:blank] / Title [], and then it turned to the actual url very soon, but actually we caught [about:blank] / Title [], please see below log: [2019-06-16 23:06:29.530 -07:00] [INFO] Start: Selenese Runner 3.24.0 |
I found a workaround: I added a command "pause" before "store window handle": Then the test can work well: [2019-06-16 23:34:28.686 -07:00] [INFO] Start: Selenese Runner 3.24.0 |
@vmi , please help to check it, thanks ! |
@vmi , any idea about it ? thanks ! |
Hi, I re-fixed this problem and released 3.24.1. |
I verify it with 3.24.1, it can work well now, thanks a lot ! |
It doesn't support to navigate to another tab
Firefox 60.6.2 ESR
selenese-runner: 3.23.0
geckodriver : 0.23.0
selenium: 3.14.59
I record a script which will open another tab on firefox, and then it tries to go to this newly opened tab, on IDE, it can be playbacked successfully, but it failed to work on gecko, I can see the screenshot which is still on the original tab.
I got below error:
Error: selectFrame("index=0")==>[Failure: org.openqa.selenium.NoSuchFrameException: Unable to locate frame:...."
The text was updated successfully, but these errors were encountered: