I am currently learning Selenium in both Java and C# by using Selenium IDE to export recorded browser interactions.
I notice in the Java code we use WebDriver driver;
and in C# code we use IWebDriver driver;
What is the difference?
C# convention is that interfaces are prefixed with an I
, e.g. IEnumerable
, IDisposable
.
Java has no such convention.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With