Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当大部分内容都在 iframe 中时,使用 LoadableComponent 对页面进行建模的好方法是什么?我在考虑一个内部类,但不确定。
我没有过多地处理 IFrame,但我相信 LoadableComponent 仍然是一个很好的方法。我确实有很多页面包含在其内部引用的其他页面。
但是,我想不出一种方法让页面无缝切换到 iframe 并返回(除非您想为每个元素编写自定义 getter),因此仍然需要在您的测试代码中。
利用
driver.switchTo().frame("marco");
用您自己的框架名称替换“marco”