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

Popular posts from this blog

java - Play! framework 2.0: How to display multiple image? -

gmail - Is there any documentation for read-only access to the Google Contacts API? -

php - Controller/JToolBar not working in Joomla 2.5 -