I am using Robot Framework IDE with the Selenium2Library.
Now my problem:
My test opens Firefox and goes to a page. On this page is a link. I have to click on the link and continue testing on the new page. But the link do not open in the same browser window. I tried to get to the new window with the Keyword "select window" with url=https//...
(thats the url of the page that opens in the new browser window) but the localization is still on the first browser window. I also tried the keyword "switch browser" with the url of the second window but it does not work too.
Does anybody have an idea how I can switch to the other browser window?
An other idea is to get the url of the link and open it in a new browser window by the keyword "open browser". But I do not have any idea how to get the url of the link?