Hello Everybody
My Question: Is it possible to access the Components that are contained in
an Iframe by using the WicketTester?
I want to test an ajax upload component that uses an IFrame. I have
difficulties when trying to access Components via their path that are
contained in the IFrame. I manage to a reference of the Iframe but can not
find a path-string that accesses a component (namly a form) within the
Iframe.
Example could be:
FormTester f =
wicketTester.newFormTester("path:to:my:iframe:and:to:its:inner:form");
Cheers (and thanks a lot)
Bert