Issue in entering text and clicking button

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

Issue in entering text and clicking button

by reech_ravi :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,

I am facing an issue while clicking button or entering text when I enter some test data and submit in Page, Next page opens in new browser. Here I need to enter the text and submit to complete the flow.

But when new page opens in another browser selenium IDE is not identifying the objects. So unable to perform any action in the flow. But whn I try directly on that page it is working fine.

Please help me,

Thanks in advance,

-Ravi.

Re: Issue in entering text and clicking button

by selenium704 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

You need to use 'windowFocus' command, so that the selenium knows that you have to change the focus and bring it to new window.

reech_ravi wrote:
Hi,

I am facing an issue while clicking button or entering text when I enter some test data and submit in Page, Next page opens in new browser. Here I need to enter the text and submit to complete the flow.

But when new page opens in another browser selenium IDE is not identifying the objects. So unable to perform any action in the flow. But whn I try directly on that page it is working fine.

Please help me,

Thanks in advance,

-Ravi.

Re: Issue in entering text and clicking button

by tommy234 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


hi,
Check out solution your solution here
http://seleniumforum.forumotion.net/index.htm


reech_ravi wrote:
Hi,

I am facing an issue while clicking button or entering text when I enter some test data and submit in Page, Next page opens in new browser. Here I need to enter the text and submit to complete the flow.

But when new page opens in another browser selenium IDE is not identifying the objects. So unable to perform any action in the flow. But whn I try directly on that page it is working fine.

Please help me,

Thanks in advance,

-Ravi.