selenium.selectframe("Desktop Innerpage ")

View: New views
2 Messages — Rating Filter:   Alert me  

selenium.selectframe("Desktop Innerpage ")

by HS-10 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

hi

I am running a simple test where the script received by the IDE says
selenium.selectFrame("Desktop Innerpage ");

Running this test in java I get : ERROR: Element Desktop Innerpage not found on session 300828

I have tried to to use :
selenium.selectFrame("relative=up");
selenium.selectFrame("relative=parent");

but nothing helps.

Anyone knows how to solve this bug?

Thanks
yuval

---------------------------------------------------------------------
To unsubscribe, e-mail: selenium-users-unsubscribe@...
For additional commands, e-mail: selenium-users-help@...


Re: selenium.selectframe("Desktop Innerpage ")

by mpst :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi

Try to using as see below

selenium.selectFrame("relative=top");
selenium.selectFrame("Desktop Innerpage ");

I hope to go :)

Thanks



HS-10 wrote:
hi

I am running a simple test where the script received by the IDE says
selenium.selectFrame("Desktop Innerpage ");

Running this test in java I get : ERROR: Element Desktop Innerpage not found on session 300828

I have tried to to use :
selenium.selectFrame("relative=up");
selenium.selectFrame("relative=parent");

but nothing helps.

Anyone knows how to solve this bug?

Thanks
yuval

---------------------------------------------------------------------
To unsubscribe, e-mail: selenium-users-unsubscribe@openqa.org
For additional commands, e-mail: selenium-users-help@openqa.org