Today I downloaded selenium-java 2.30.0.zip from seleniumhq.org.But on replacing the old jars from new ones in my workspace I found that driver.manage.window.maximize() function is giving compilation error.On checking further I found that the desired function is missing.
Can anybody please let me know whether this function has been removed or it has been moved to some other class?
It’s still there, so you have a problem of your system (maybe a mismatch of jars?)…
https://code.google.com/p/selenium/source/browse/java/client/src/org/openqa/selenium/remote/RemoteWebDriver.java
(line 782)