News

In the last blogs I had explained about Regular expressions, now In this blog, I will explain you about how we can access links and tables using selenium web driver. We can access links an exact match ...
In the last blog, I had explained, how we can access link using exact match, and now in this blog, I will guide you about how to access link using partial match in selenium web driver. and we save ...
I have few questions. Initially i was using both selenium and winapp driver to automate. I was launching browser using selenium and then using desktopCapabilities.setCapability ("app", "Root") syntax ...