...

/

Quiz: Test a Work Order Manager with WebdriverIO

Quiz: Test a Work Order Manager with WebdriverIO

Test your understanding of WebdriverIO.

We'll cover the following...
Technical Quiz
1.

Which method do you use to click on an element in WebdriverIO?

A.

$(selector).press()

B.

$(selector).click()

C.

$(selector).tap()

D.

Both A and B


1 / 7
...