make selenium easy

Skip to content

An Enum in Java is a type which is used to define a collection of constants. For an example –…

Continue Reading →

Till Selenium 3, we were only able to maximize the window. We were not able to minimize directly. There were…

Continue Reading →

Wait is a generic functional interface. A functional interface consists of only abstract method. Wait interface consists of only method…

Continue Reading →