English 中文(简体)
Cypress 12.12.0 在《法典》在任何其他框架中发挥作用时,不能获得一机体元素
原标题:Cypress 12.12.0 Can not get body element of an iframe while the code works in any other iframe
  • 时间:2023-05-29 02:51:49
  •  标签:
  • cypress

我被困在一个地块内打打打卡号码。 问题在于一看一机的内容,它就没有回去。

在一顿被点击后,卡片输入页面显示为平页

I used Cypress 12.12.0

这是框架超文本的简化版本。

<iframe name="iframe-name" src="https://js.stripe.com/v3/elements-inner-card-xxxx" title="Secure card payment input frame" >
    #document
        <html>
            <body>
                <div>
                    <form>
                    </form>
                </div>
            </body>
        </html>
</iframe>

我的《法典》要求获得一机元件和检查元件。

cy.get( iframe[title="Secure card payment input frame"] , { timeout: 10000 })
.then(function($iframe) {
        cy.log($iframe)
        const $body = $iframe.contents()
        cy.log($body)
      })

问题是机体回归

cy.log($iframe)

但是,原体回归无果

https://i.stack.imgur.com/3aI4g.png”rel=“nofollow noreferer”>cy.log($ erson)

我在另一个框架上采用了类似的法典,并且该守则行之有效。 另一条金字塔是同一页的丰富文字区编辑。

残疾青少年的安全

问题回答

暂无回答




相关问题
Cypress 在自定义命令上无法工作。

我在support/header.js下创建一个新文件,用于重复检查头文件,我还将它导入到e2e.js中。 header.js Cypress.Commands.add(checkHeader, () => {     //* FAVICON     it(Check Favicon 1,(...

value of hidden element is not changed

I have the following checkbox element <div _ngcontent-qcu-c225="" class="checkbox-section terms-of-sale"><div _ngcontent-qcu-c225="" class="checkbox-wrapper&...

热门标签