headless

Automation in Headless mode | Tech

Reading Time: 2 minutes Hi Readers, In this blog, I am going to explore, how to run an automation script in headless mode for Gmail login. Basically, A headless browser executes a script without UI(Graphical user Interface). It can run without a real browser means in the system, if a browser is not installed still script will be executed with the help of headless. In this case, parallel execution Continue Reading

What is Headless Service? Setup a Service in Kubernetes

Reading Time: 3 minutes In the default behaviour of Kubernetes we assign as Internal IP address to the service.And with this IP address the service will proxy and load-balance the requests to the pods.We can choose which kind of service type we need while deploying it. These service types are- ClusterIP- For exposing the server on cluster-internal IP address NodePort- For exposing the service through a static port on Continue Reading

Headless browser testing in selenium using HTMLUnitDriver

Reading Time: 3 minutes Selenium is being used by many major organizations across the world. Using selenium we can automate the GUI and see it run in real-time. But what if we just want to execute our tests without actually opening the web browser and the website or the web application? In this blog, we will see how we can do that using Headless browser testing in selenium using Continue Reading

Scala-IOT: Getting started with RaspberryPi without Monitor or Screen.

Reading Time: 7 minutes Hey folks, We are back again ! ( Did you miss me? ) A big Moriarty Fan ! 🙂 So where we left was, now we have a basic understanding of IOT i.e. Internet of things and we know which protocol it uses i.e. MQTT and why it uses it ? If you didn’t follow us till here you can check out our previous blogs Continue Reading