I am trying to implement helium in my project, I checked the API doc of helium but I didn't find any commend to maximize the browser.
In the API doc I found solution to launch the browser. Code is as following
startFirefox();
startFirefox("google.com");
So I would appreciate if any one can help me with this. Is it possible to integrate Selenium and helium all together?
You can use Selenium WebDriver by integrating with Helium. The following code would work fine: