Solving the “SELF_SIGNED_CERT_IN_CHAIN” Error for Playwright in macOSWhen installing browser drivers with Playwright (Chromium, Firefox, WebKit) on macOS, you might encounter the following error:5d ago5d ago
SOLID-Dependency Inversion Principle (DIP)The Dependency Inversion Principle (DIP) is the “D” in SOLID principles. It states that:Nov 18Nov 18
SOLID — SRP Single responsibility principle explanationJava Single Responsibility Principle (SRP)Nov 18Nov 18
Playwright Java handle single alerts and Multple alerts using onceDialog() and onDialog()…The diffeenceOct 14Oct 14
Playwright Java take a screenshot when only test failed using Java and TestNG.For that, we could use the below code.Oct 4Oct 4
How to start Playwright Chromium as Maximized using Java?For that, you can use below code.Sep 30Sep 30
Java String format ExampleImagine a situation where, that you need to use parameize text. So, in that case you could use String.format Method.Jun 5Jun 5
Cross platform (IOS,Android)Page object model for Appium automation.In real world , you might need to automate the same mobile automation for both Android and iOS. So in that case, rather than creating…May 26May 26
A Java Appium 2.0 code to run Android app on Mac device and BrowserStack.In latest appium 2.0 , let’s look at how to run an android app. Here ,I mainly discuss the coding part , neither installation or…Apr 15Apr 15