Zum Hauptinhalt springen

4 Posts getaggt mit "Python"

Python related posts

Alle Tags anzeigen

PyConDe & PyData 2019

· 6 Minuten Lesezeit
Ammar Najjar
Engineering Team Lead & Software Architect

pyconde-logo

I have just came back from PyConDe & PyData-2019, and I would like to share/document my experience there. This is more like a diary than a blog, where I talk about:

  • Arriving
  • First Day
  • Second Day
  • Third Day
  • Sprint Days

Fetch using Gitlab API

· 2 Minuten Lesezeit
Ammar Najjar
Engineering Team Lead & Software Architect

Motivation

I use gitlab, and I have many repos that I need to track on daily basis, or even more than once per day. I found it so tyring first of all to clone all those repos when I change my working machine, and then to keep all these repos up to date. For that reason I began to write an automation script to do the boring tasks of my shoulders.

Custom Selenium Webdrivers using Decorators

· 5 Minuten Lesezeit
Ammar Najjar
Engineering Team Lead & Software Architect

The main question:

How to create custom selenium webdriver classes dynamically with a parametrized browser binary path?

The motivation:

Working on website functional testing using selenium webdriver, generates the urge to run tests using different versions of the most commonly used browsers these days, in parallel on the same machine.