Monday, August 7, 2023
Getting Selenium 4's DevTools working with RemoteWebDriver & Docker
›
I was facing different errors in using Selenium 4's DevTools working with the Chrome browser in Docker container. Thanks to Titus Fortne...
Tuesday, July 11, 2023
Speaking schedule in the past year, and crazy July 2023!
›
I am writing on my blog after a very long time ... Don't remember the last time I wrote a post. So what has happened in the past 6-12 m...
Sunday, May 22, 2022
Automating the real-user scenarios across multi-apps, and multi-devices
›
Simulating real-user scenarios as part of your automation is a solved problem. You need to understand the domain, the product, the user, an...
Friday, March 25, 2022
How to handle Select certificate popup from Chrome using Selenium WebDriver?
›
For one of the applications, when I run some Selenium WebDriver tests. I see a Select a certificate popup. I am not able to handle this, an...
2 comments:
Tuesday, March 22, 2022
Ways to implement fakesms service / otp validation in Functional Test Automation
›
I had asked a question in my earlier blog post about How do you automate OTP related test scenarios ? Do you use a fake SMS service? Do...
1 comment:
Friday, February 25, 2022
Evolving TDD
›
I had posted an update to my earlier blog post about TDD & its variations . Well, not surprisingly, I have encountered some more variat...
1 comment:
Monday, February 21, 2022
Why not to use PageFactory and FindsBy in Selenium WebDriver
›
Many users of Selenium WebDriver may be using the PageFactory created by Simon Stewart. However, it is not a good idea to use it. You may ...
1 comment:
Friday, January 28, 2022
Switching jdk versions on mac, easily!
›
I have struggled many times to switch between different JDK versions quickly. There always seemed to be many steps required to be done. Ever...
›
Home
View web version