addingExternalImages
open /mediawiki/index.php?title=Mynewtestpage2&action=edit&mode=wysiwyg
runScript CKEDITOR.instances.wpTextbox1.setData("")
waitForElementPresent //a[@id='cke_28']/span[1]
click //a[@id='cke_28']/span[1]
waitForElementPresent //input[@class='cke_dialog_ui_input_text'][@type='text']
type //input[@class='cke_dialog_ui_input_text'][@type='text'] http://www.google.de/intl/en_com/images/srpr/logo1w.png
click //span[@class='cke_dialog_ui_button'][text()='OK']
clickAndWait wpSave
verifyElementPresent //img[@alt='logo1w.png']