MinkExtension
MinkExtension copied to clipboard
Selenium2Driver move window
Hi,
is there a way to move a window? Will be great a setWindowPosition
function so when I'm using multiplies windows for session I can put all windows without overlapping.
$this->getSession($username)->resizeWindow(1024,768);
$this->getSession($user)->setWindowPosition(0,0);
Thanks in advance. v.
Hi @vittore! It's actually WebDriver Session responsibility. Just look to the available Session methods
You can get WebDriver Session from Selenum2Driver. So actually this issue is not to Behat/MinkExtension package.