<<Previous Post << Complete Tutorial>> Next Post>> WebDriverIO – Video Reporter Here in this Article, we will understand about Video Reporter that what it is and how does it help in reporting execution…
<<Previous Post << Complete Tutorial>> Next Post>> WebDriverIO – MoveTo MoveTo(xOffset,yOffset) :- MoveTo command is mainly used for hovering over an element. In Simple word by using MoveTo Command one can hover…
<<Previous Post << Complete Tutorial>> Next Post>> WebDriverIO – Dismiss Alerts dismissAlert():- dismissAlert() command dismisses Alert box or dialogue box came across Application while performing automation on that specific web application. If that…
<<Previous Post << Complete Tutorial>> Next Post>> WebDriverIO – Handling Alerts WebDriverIO Handles Alert very well like any other Automation Framework plus commands of Handling Alerts are very simple. There are four commands…
<<Previous Post << Complete Tutorial>> Next Post>> WebDriverIO – Keys Command Keys Command send a sequence of key strokes to the active element. In Simple Terms: – Keys Command is used to send…
<<Previous Post << Complete Tutorial>> Next Post>> WebDriverIO – Pause Command Pause Command is used to pause execution for a specific amount of time. In simple terms, Pause command helps browser to pause…
<<Previous Post << Complete Tutorial>> Next Post>> WebDriverIO – setWindowSize Command setWindowSize Command is used to set the browser Window Size . In simple terms, it helps user to set the window size…
<<Previous Post << Complete Tutorial>> Next Post>> WebDriverIO – getWindowSize Command getWindowSize Command is used to get the browser Window Size . In simple terms, it returns the window size of your system/laptop…
<<Previous Post << Complete Tutorial>> Next Post>> WebDriverIO – getSize Command getSize Command is used to get the width and height for an DOM – Element. In simple terms, it can help you…
<<Previous Post << Complete Tutorial>> Next Post>> WebDriverIO – $$ Command The $$ command is a way to call findElements command in order to fetch multiple elements on the page. On passing a locator/selector it returns…