Methods
In this part of the article we would like to discuss methods of WebdriverIO by calling which userwayAnalysis is triggered.
Once you call one of this methods, browser object will then be taken and the page opened will be analyzed. For example, if test opens a page with url method of the browser, the current state of the browser will be analyzed. If the window is being resized then the page will be analyzed again and so one. This only applies to background mode.
Below you can see the list of all the methods of WebdriverIO browser and element objects, which will trigger userwayAnalysis.
Browser Methods
-
reloadSession;
-
setWindowSize;
-
switchWindow;
-
newWindow;
-
touchAction;
-
action;
-
pause;
-
url;
-
waitUntil;
-
scroll.
Element Methods
-
addValue;
-
clearValue;
-
click;
-
doubleClick;
-
dragAndDrop;
-
moveTo;
-
scrollIntoView;
-
setValue;
-
touchAction;
-
waitForClickable;
-
waitForDisplayed;
-
waitForEnabled;
-
waitForExist;
-
waitUntil;
-
waitForStable.