gpt4 book ai didi

codeception - 如何在 Codeception WebDriver 中为 PayPal in-context 编写正确的验收测试?

转载 作者:太空宇宙 更新时间:2023-11-03 15:58:42 25 4
gpt4 key购买 nike

我正在尝试为使用 Codeception 的 Paypal Express Checkout 付款编写验收测试。问题是上下文窗口。当我没有窗口名称时,如何切换到那个窗口来填写字段?感谢您的帮助。

最佳答案

解决方案:

$I->executeInSelenium(function(\Facebook\WebDriver\Remote\RemoteWebDriver $webdriver) {
$handles = $webdriver->getWindowHandles();
$last_window = end($handles);
$webdriver->switchTo()->window($last_window);
});

关于codeception - 如何在 Codeception WebDriver 中为 PayPal in-context 编写正确的验收测试?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39588100/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com