<<Previous Post << Complete Tutorial>> Next Post>> WebDriverIO – isClickable isClickable Command Returns true under the following criteria where the selected DOM-element:- Exists Is Visible Is within View Port its center is not…
<<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…
<<Previous Post << Complete Tutorial>> Next Post>> WebDriverIO – $ Command The $ command is a way to call the findElement command in order to fetch a single element on the page based on passed locator/selector. On…
<<Previous Post << Complete Tutorial>> Next Post>> WebDriverIO – Junit Reporter Here in this Article, we will understand about Junit Reporter that what it is and how does it help in reporting execution…
<<Previous Post << Complete Tutorial>> Next Post>> WebDriverIO – Spec Reporter Here in this Article, we will understand about Spec Reporter that what it is and how does it help in reporting execution…
<<Previous Post << Complete Tutorial>> Next Post>> WebDriverIO – Save Screenshot in WebDriverIO saveScreenshot command is used to take a screenshot of the current browsing context to a PNG file on your OS.…
<<Previous Post << Complete Tutorial>> Next Post>> WebDriverIO – Switching To Tabs in WebDriverIO switchWindow() is the command of WebDriverIO by which we can switch focus to a particular tab/window. Let’s go through…
<<Previous Post << Complete Tutorial>> Next Post>> WebDriverIO – Using Xpath Locators What is Xpath? Xpath Extends for XML Path. Xpath is a way to traverse/navigate through XML Document. As HTML has similar…
<<Previous Post << Complete Tutorial>> Next Post>> ID Locators in WebDriverIO ID Locators is used to identify an element with ID Associated with it. It is widely used in locating Elements after CSS…