Selenium function selectFrame not working in Xebium -
i recieved following error when trying type in input field during xebium test:
element belongs different frme current 1 - switch containing frame use it
so tried using selectframe command:
| | selectframe | on | id=iframe0 | i received error:
unable locate frame: id=iframe0 my test runs in selenium ide (with , without selectframe command) no errors. tried using different locators no improvement in xebium. doing wrong? xebium's problem? other method can use getting correct frame enter data?
i had similar issue discovered works when running tests using selenium rc instead of webdriver.
i think problem isn't xebium itself. it's more of problem selectframe() method when using selenium->webdriver compatibility mode.
anyway, if start own webdriver-server instance (selenium rc included in it) , set xebium test point it, using iframes should work.
Comments
Post a Comment