Selenium - PageObjects and Iframes
Was putting together some proof of concept automation tests using Specflow and Selenium 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 put together a small recursive extension method. Couldn’…
