How to load a URL in browser without using get() or navigate() method

Hello Folks, In last post, we have seen in details how to open a URL in selenium webdriver. Do you know that we can open a URL without using any browser as well?  It is frequently asked interview question as well. Let’s learn it. Let’s perform some steps first: Open a browser. Press F12. Switch … Continue reading How to load a URL in browser without using get() or navigate() method