Closed shicky closed 8 years ago
For several functions such as WindowSize(name string) takes window handle name as argument.
This can be confusing at times and should support default value of "current" in case empty string is passed as argument.
// This doesn't work but should work! webDriver.WindowSize("")
Resolved
For several functions such as WindowSize(name string) takes window handle name as argument.
This can be confusing at times and should support default value of "current" in case empty string is passed as argument.