Problem A Leap Card is essentially a travel card for Dublin, Ireland that can be used to pay for a […]
Tag: selenium
Selenium WebDriver test for Slack
Problem I submitted this script as part of a interview process. It was rejected and no reasons were given. I’m […]
Making a dynamic parser to collect data from a javascript enabled webpage
Problem I’ve written a scraper in VBA in combination with selenium to parse product names and prices from a javascript […]
Testing factory and beforemethod
Problem I’m trying to find out if it is possible to simplify my framework a little bit more. The current […]
Crawler for scraping and approving friend requests in Facebook
Problem I’ve made a Facebook scraper using VBA in combination with selenium which is able to parse the name from […]
Using Page Object Model in Selenium tests
Problem I am very new to Selenium, and for my current project, I had the task of creating the automated […]
Scraping table contents from a webpage using vba with selenium
Problem My script is able to harvest full contents of a table from a webpage with javascript encrypted using vba […]
Using Python & Selenium to set Gnome desktop to Google’s Chromecast wallpapers
Problem I created a simple script that is used to implement Google’s Chromecast wallpaper-images as the wallpaper of my Gnome […]
Trying to catch and throw exceptions if error message window is found
Problem I’m writing a test to validate that while clicking through a series of menu items, an error message pops […]
Selenium framework for an insurance platform
Problem I have recently started to create my first Selenium Framework to help test the product at my work. I […]