2gis / Winium.Desktop

Winium.Desktop is Selenium Remote WebDriver implementation for automated testing of Windows application based on WinFroms and WPF platforms.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to setup and implement winium

SeedOfCommunism opened this issue · comments

I have several questions about how to setup and implement winium. I'm a noob to programming in python but I have some experience using selenium.

  1. I'm using python with Eclipse IDE and I have downloaded the winium web driver to my computer. However I've seen other examples on the internet for setting up winium with Eclipse IDE by creating the dependencies in a maven project or by using pom.xml. Would I have to do something similar with python and Eclipse IDE or am I fine without these dependencies? In general how would I setup up winium with python Eclipse IDE?

  2. In the python interactive environment where your using >>> to input code, should winium commands work there? I ask because before I write my program, I want to check how the winium commands are executed and the correct syntax to do so.

  3. Finally since winium is supposed to be similar to selenium, are there commands available to take a base64 screenshot of something and then send that screenshot to a service such as capmonster.com. What would those commands be or would I have to use another program to do that?

Thanks