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

android - questions about switching from C2DM to GCM -

c++ - Qt setGeometry: Unable to set geometry -

batch file - How to extract all multi-volume RAR archives from subfolders of a folder? -