When using Selenium, we always start off in the uppermost DOM or document — in this case, this is the page. If we want to go inside of an embedded document, or an iframe in this case, then we'll need to switch context to that frame, similar to how we did in the last chapter ...