Przejdź do głównej treści
🇺🇦  We stand with the people of Ukraine. We encourage compassion, and hope for peace.   🇺🇦
Please support humanitarian efforts for the Ukraine crisis through the International Committee of the Red Cross! #StandWithUkraine

pause

Wstrzymuje wykonanie na określony czas. Zaleca się nie używać tego polecenia, aby czekać na pojawienie się elementu. Aby uniknąć zawodnych wyników testów, lepiej używać poleceń takich jak waitForExist lub innych poleceń waitFor*.

Użycie
browser.pause(milliseconds)
Parametry
NazwaTypSzczegóły
millisecondsnumberczas w ms
Przykład
pause.js
it('should pause the execution', async () => {
const starttime = new Date().getTime()
await browser.pause(3000)
const endtime = new Date().getTime()
console.log(endtime - starttime) // outputs: 3000
});

Welcome! How can I help?

WebdriverIO AI Copilot
Morty Proxy This is a proxified and sanitized view of the page, visit original site.