- boots2w
- Posts : 2
Join date : 2012-05-22
How to return the focus to original frame after entering text in tinymce?
Fri Mar 15, 2013 4:52 am
My page consists of text edit "tinymce" and a submit button. I used the following to enter text in tinymce:
1) selenium.focus("tinymce")
2) selenium.type("tinymce", "input text")
3) selenium.fireEvent("tinymce", "blur")
4) selenium.selectFrame("relative=top")
After this, I should be able to click on a Submit button. However, with or without line 3) and 4), the focus is not returned to the original frame, thus the submit button is not enabled.
I'm using Selenium2 RC.
1) selenium.focus("tinymce")
2) selenium.type("tinymce", "input text")
3) selenium.fireEvent("tinymce", "blur")
4) selenium.selectFrame("relative=top")
After this, I should be able to click on a Submit button. However, with or without line 3) and 4), the focus is not returned to the original frame, thus the submit button is not enabled.
I'm using Selenium2 RC.
- Entering a time stamp in comment / text box?
- How to focus text box
- How to get the tittle of a object (not window), bcz title holds the full text but inner text holds only 25 char of text (in RC and Webdriver)
- Selenium Automatically clears the text entered in text box-Dynamic Web Table(dgrid)
- Verify text present when the text appears in more location in the page
Permissions in this forum:
You cannot reply to topics in this forum