My web-app has a share on facebook link which opens a frame in the current page. I need to activate this frame during some automated tests (webdriver, python). This is the html at the start of the frame:
<div class="fb_dialog_content fb_dialog_iframe">
<iframe id="f1c1b40a973212a" class="FB_UI_Dialog" scrolling="no" name="f54b1bf38c5fe6" />
I cannot select this frame by name because that's different for each call. I could not find a frame selection method by class or by xpath with webdriver python.