Automation can add huge ROI when your script is getting executed multiple times across different browsers and different platforms.While running Selenium script on Edge Browser you might come across a prompt like "Personalise your web experience". Today we will discuss How To Disable Personalise your web experience Microsoft Edge Prompt In Selenium. This prompt can create or … [Read more...] about Disable Personalise Your Web Experience Microsoft Edge Prompt In Selenium
Basic Selenium
What To Learn After Selenium – What Skills has to be added for QA Career
If you are someone who has learned Selenium and all other tools like maven, git, Github, Jenkins, etc then you must have questions or doubts in your mind that what should be next tool/area which you have to focus. In this post, I will guide you on what to learn after selenium and how to learn them as well. For those who don't want to read and want to watch the video, then I … [Read more...] about What To Learn After Selenium – What Skills has to be added for QA Career
How to Handle Bootstrap Dropdown in Selenium WebDriver
Have u ever heard about handle Bootstrap dropdown in Selenium? If no, then today you will learn 2 new things today. First one – What is bootstrap dropdown The second one- How to Select values from the bootstrap dropdown. We already have discussed how to work with traditional dropdowns and we have also explored multiple ways to handle the same but today we … [Read more...] about How to Handle Bootstrap Dropdown in Selenium WebDriver
How To Read PDF Files In Python Using PyPDF2 Library
Reading and Writing to PDF files in Python is quite easy, we have different libraries or packages in Python which can help us to achieve our task. In this article, I will show you how to read PDF files in Python using PyPDF2 package. In case you are new to automation then do check our Selenium tutorial which covers everything from basic till advance. Official Link for … [Read more...] about How To Read PDF Files In Python Using PyPDF2 Library
How to Capture Tooltip in Selenium Webdriver
This article will help you to understand How to Capture Tooltip in Selenium Webdriver and how we can verify the same in our automated test. Tooltip sometime is also known as Help text. When we use mouse hover on some element or click on some element then this tooltip comes. Here is a quick example of help text or tooltip. Example- Example of Gmail, when we … [Read more...] about How to Capture Tooltip in Selenium Webdriver