Sometimes the action you want to perform isn’t available via Selenified. Luckily this doesn’t mean you need to abandon Selenified. Custom Actions If you need to perform the custom action, use the app object to retrieve the driver. Then perform the action that you need to. This is the standard Selenium WebDriver so you can do […]