<<Previous Post <<Complete CodeceptJS Tutorial>> Next Post>> CodeceptJS – Switching to Tabs switchToNextTab() switchToPreviousTab() Above are the two commands through which one can switch to the next opened tab or switch to the previous…
<<Previous Post <<Complete CodeceptJS Tutorial>> Next Post>> CodeceptJS – Switching To Frames switchTo Switches frame or in case of null locator reverts to parent. What is an Iframe? Iframe extends to the Inline frame. Iframe in simple terms is a website inside another website. It…
<<Previous Post <<Complete CodeceptJS Tutorial>> Next Post>> selectOption Selects an option in a drop-down select. The field is searched by label | name | CSS | XPath. The option is selected by visible text or by value. Pre-requisite: Have ‘Visual Studio Code’ IDE installed in…