You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 27, 2019. It is now read-only.
Today I ran into a bit hurdle trying to record a test on a page which had frames with the Selenium IDE and Xebium. First the Selenium IDE generated Click events for links between frames, which did not play back as it seems they should have been ClickAndWait events.
We then worked around the initial frame usage as it wasn't really necessary, but at the end there seemed a similar error where it was trying to pick a window called "null". In general recording tests with the IDE and copy/pasting the Xebium generated did not work.
Is this a known issue or were we doing something wrong?
Hi Arjen et al,
Today I ran into a bit hurdle trying to record a test on a page which had frames with the Selenium IDE and Xebium. First the Selenium IDE generated Click events for links between frames, which did not play back as it seems they should have been ClickAndWait events.
We then worked around the initial frame usage as it wasn't really necessary, but at the end there seemed a similar error where it was trying to pick a window called "null". In general recording tests with the IDE and copy/pasting the Xebium generated did not work.
Is this a known issue or were we doing something wrong?