Selenium-Webdriver-Object declaration -


what difference between below 2 statement?

webdriver driver = new firefoxdriver();  firefoxdriver driver= new firefoxdriver(); 

this casting.

with webdriver explicitly casting new instance of firefoxdriver() webdriver , same firefoxdriver.


Comments

Popular posts from this blog

c++ - rosrun via ssh doesnt start a node properly -

android - questions about switching from C2DM to GCM -

Error C2280 mutex in a class C++ -