Selenium - PageObjects and Iframes
Was putting together some proof of concept automation tests using Specflow [http://www.specflow.org/] and Selenium [http://docs.seleniumhq.org/] today. In one scenario I had to reach fields which were nested two levels down in Iframes. For simplifying the switch of context for my PageObject I had to…
Daniel Wertheim