Check out my iOS apps here
As an Amazon Associate I earn from qualifying purchases.

Fairy

How to launch any browser using Selenium Web Driver & Java:- Chrome, Firefox, Safari, Microsoft Edge, Internet Explorer, HTML Unit & Opera

Lets Learn How To Launch Almost Any Browser Using Selenium Web Driver In the Getting Started With Selenium WebDriver tutorial. We used the WebDriver to Launch Firefox and open pages with it. For the sake of simplicity, we have been using it in the rest of the series. But chances that you want to launch …

How to launch any browser using Selenium Web Driver & Java:- Chrome, Firefox, Safari, Microsoft Edge, Internet Explorer, HTML Unit & Opera Read More »

How to launch Safari using Selenium Web Driver (Mac OS & Mac OSX)

Launching Safari Using Selenium Web Driver Is Slightly Different, Here’s How To Do It Safari is the main browser that comes with Apple devices, both Mac & iOS. Because it was discontinued from Windows in 2012, using it with Selenium can only be done on a Mac machine. Unlike the other browsers, like Chrome & …

How to launch Safari using Selenium Web Driver (Mac OS & Mac OSX) Read More »

How to locate, select & iterate through Radio buttons with Selenium WebDriver & Java

Let’s Interact With Radio Buttons & Radio Buttons Group Using Selenium Web Driver In the previous tutorials, we have seen how we can click on a WebElement using the click() function, fill textbox with text using the sendKeys() functions. These are the functions you will need most of the time. But some forms have other …

How to locate, select & iterate through Radio buttons with Selenium WebDriver & Java Read More »

What are Tenkey keyboards? What are their advantages? Which ones to buy?

What Are Tenkey Keyboards (Numbers Pads)? Tenkey keyboards are keyboards used mainly to enter numbers. They consist only of the numpad part of the keyboard. They are a good options if you want to use some of the smaller keyboard form factors, but still want to have the numpad, or if you want to have …

What are Tenkey keyboards? What are their advantages? Which ones to buy? Read More »

What is the difference between 65% VS 60% keyboards? Is it really the arrow keys?

At A Glance, 65% & 60% Look The Same, So What’s The Main Difference Between The Two? A common misconception people tend to have is to think that 65% keyboards are 60% keyboards with arrow keys. I used to think the same before. Part of the reasons is that I couldn’t find the difference when …

What is the difference between 65% VS 60% keyboards? Is it really the arrow keys? Read More »

Buying Used or Refurbished Thinkpad Buying guide & tips

Here Are The Things To Look For When You Buy A Used Thinkpad So you are looking for a used Thinkpad, either because you want to start collecting them, or maybe because you want an affordable machine for development, or for any other purpose. Since buying a used laptop has many pitfalls, I have made …

Buying Used or Refurbished Thinkpad Buying guide & tips Read More »

Keyboards Form Factors explained:- Full-size 100%, 1800-Compact, 96%, Tenkeyless , TKL, 87%, 80%, 1800-Compact, 75%, 60%, 40%, Tenkey, 5%

There Are Quite A Number Of Keyboard Types & Form Factors, Let’s Take A Look At All Of Them We all use keyboards to work on our computers. While it’s theoretically possible for all of us to use full-sized keyboards and still be fine. Using a smaller keyboard can be more convenient for some, and …

Keyboards Form Factors explained:- Full-size 100%, 1800-Compact, 96%, Tenkeyless , TKL, 87%, 80%, 1800-Compact, 75%, 60%, 40%, Tenkey, 5% Read More »

What is HtmlUnitDriver, how to use it with Selenium Web Driver & Java, and what are its advantages & disadvantages?

What Is HtmlUnitDriver? HtmlUnitDriver is headless browser you could launch with Selenium Web Driver, meaning that it’s a browser without a user interface. Such browsers have many advantages, like taking less resources, since they don’t have to render the web elements visually on the screen. Although some pages may not render correctly in such browsers, …

What is HtmlUnitDriver, how to use it with Selenium Web Driver & Java, and what are its advantages & disadvantages? Read More »