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 -

How to resolve Delphi error: Incompatible types: 'PWideChar' and 'Pointer' -