Skip to content
View marius-test's full-sized avatar
๐ŸŒŠ
Programming
๐ŸŒŠ
Programming

Block or report marius-test

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this userโ€™s behavior. Learn more about reporting abuse.

Report abuse
marius-test/README.md
  • ๐Ÿ‘‹ Hi, Iโ€™m Marius:
    • Seasoned QA veteran with 5+ years professional experience
    • Programming enthusiast with a passion for Python
    • Aspiring game developer in Godot Engine
  • ๐Ÿ‘€ Interests: programming, scripting, automation, software testing, game development
  • Open to:
    • ๐Ÿงช Collaborations in testing and QA
    • ๐Ÿ Python projects, especially automation and scripting
    • ๐ŸŽฎ Game development using Godot Engine
  • โœจ My programming snippets: https://gist.github.com/marius-test
  • โญ My starred repositories: https://github.com/marius-test?tab=stars
  • ๐Ÿ“ซ Reach me at: [email protected]

Pinned Loading

  1. selenium_automation_framework selenium_automation_framework Public

    Selenium Automation Framework

    Python

  2. python_robot_framework python_robot_framework Public

    Python Robot Framework Automation

    HTML

  3. selenium_automation_testing selenium_automation_testing Public

    Selenium Automation Testing

    Python

  4. python_playwright_automation python_playwright_automation Public

    Python Playwright Automation

    Python

  5. python_selenium_automation python_selenium_automation Public

    Python Selenium Automation

    Python

  6. Selenium drag and drop in Python wit... Selenium drag and drop in Python with seletools
    1
    from selenium import webdriver
    2
    from selenium.webdriver.chrome.service import Service
    3
    from webdriver_manager.chrome import ChromeDriverManager
    4
    from selenium.webdriver.common.by import By
    5
    from seletools.actions import drag_and_drop