semanticToolbar
open /mediawiki/index.php?title=MyNewTestPage&action=edit
type wpTextbox1 This is Berlin located in [[located in::Germany|Germany]]. The city is also a capital of [[is capital::Germany]] and has [[Inhabitants::3524000|3.5 Millions]] of inhabitants.

[[Category:City]] <br/>[[Category:Template]]
clickAndWait wpSave
clickAndWait link=Edit
setSpeed 2000
runScript jQuery('iframe').attr('id', 'mynewtestiframe')
waitForElementPresent id=mynewtestiframe
setSpeed 0
selectFrame id=mynewtestiframe
verifyElementPresent //span[@property='located in::Germany' and @class='fck_mw_property' and text()='Germany']
verifyElementPresent //span[@property='is capital' and @class='fck_mw_property' and text()='Germany']
verifyElementPresent //span[@sort='City' and @class='fck_mw_category' and  @_fcknotitle='true' and text()='City']
verifyElementPresent //span[@property='Inhabitants::3524000' and @class='fck_mw_property' and text()='3.5 Millions']
verifyElementPresent //span[@sort='Template' and @class='fck_mw_category' and @_fcknotitle='true' and text()='Template']
selectWindow null
click //a[@id='cke_40']/span[1]
waitForElementPresent id=semtoolbar
verifyElementPresent id=semtoolbar
mouseDown //span[@property='located in::Germany' and @class='fck_mw_property' and text()='Germany']
mouseMoveAt //span[@property='located in::Germany' and @class='fck_mw_property' and text()='Germany'] 5, 0
runScript jQuery("//span[text()='Germany']").focus().select();