Selenium IDE Available on Google Chrome
That’s right, you read correctly. Selenium IDE is now available on Google Chrome from the Chrome Web Store (https://chrome.google.com/webstore/detail/selenium-ide/mooikfkahbdckldjjndioackbalphokd).
That’s right, you read correctly. Selenium IDE is now available on Google Chrome from the Chrome Web Store (https://chrome.google.com/webstore/detail/selenium-ide/mooikfkahbdckldjjndioackbalphokd).
Google have released a new headless version of their Chrome browser which can be used for testing with Selenium Webdriver. Read this post on Friendly tester for more details: New Headless Chrome With Selenium WebDriver. Also Google Developers site has a Getting Started page for those who wish to use the new headless chrome browser […]
[youtube=https://www.youtube.com/watch?v=ASVqZPN3j7k] Agenda 01:35 – 9:45 W3C Update 11:23 – 16:00 Selenium 3 Status Update 16:05 – 17:10 Marionette (FirefoxdDiver rewrite) testing help 17:20 – 19:27 ChemistryKit rewrite 17:28 – 20:24 Visual Testing Part 1 20:25 – 23:47 Selenium Guidebook in Java! 23:52 – 29:51 Visual Testing Part 2 For More details see the Official Selenium […]
Dave Haeffner’s Elemental Selenium explains how to use SafariDriver in your tests http://elementalselenium.com/tips/69-safari
When I started researching about Maven (What is it? Why do I need it? What does it do?) I came across a number of webpages that said that Maven came pre-installed on older version Macs. I have Mavericks on my iMac so I wasnt included in the group that came pre-installed with Maven. There are […]
I found this useful answer on StackExchange on how to install Apache Ant on a Mac. Earlier versions of OSX came with Ant preinstalled but not so on my installation of Mavericks. Before we do anything we need to download the Ant files from http://ant.apache.org/. The code snippet below assumes that you download the .tar.gz […]