我的embed元素可以在chrome中显示pdf预览,但不能在safari中显示。有没有人能建议我如何在safari上渲染embed PDF Preview元素?Recommended way to embed PDF in HTML? 谢谢! <embed src="" type="application/pdf">
<embed name="foo">...我尝试使用Watir Ruby的API引用名为"bar“的embed元素。该元素由Chrome的DOM Inspector显示,但我无法使用Watir的任何查找方法找到它:
browser.embeds() # only <embed name="foo"> is