I am trying to write a test that needs to access elements in an iframe. (Picture a drawing of a room with 20 chairs, each of these chairs is its own object, I need to be able to access these chairs). Using developer tools and the element finder it only highlights the iframe but does not allow me access. I'm very very new to testing so I am at a loss.
The element in the html when highlighting the iframe is like this:
<iframe name="daasFrame" class="daas-surface" frameborder="0" width="100%" height="100%" ng-src="/Drawing/EventDiagram/e020c975-6f1f-4c6c-bf34-34fa7221c8f3/?venueId=&seatingStyle=theater&language=en&units=Imperial&theme=default&shiftHeader=true"
src="/Drawing/EventDiagram/e020c975-6f1f-4c6c-bf34-34fa7221c8f3/?venueId=&seatingStyle=theater&language=en&units=Imperial&theme=default&shiftHeader=true"></iframe>
I figured in the test alone I can do a switch to, however I have no idea what the elements would be called to interact.