Hoppa till huvudinnehåll
🇺🇦  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

paus

Pausar exekvering under en specifik tidsperiod. Det rekommenderas att inte använda detta kommando för att vänta på att ett element ska visas. För att undvika opålitliga testresultat är det bättre att använda kommandon som waitForExist eller andra waitFor* kommandon.

Användning
browser.pause(milliseconds)
Parametrar
NamnTypDetaljer
millisecondsnumbertid i ms
Exempel
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.