dzharii / swd-recorder

Selenium WebDriver Page Recorder (Page Objects)
MIT License
189 stars 71 forks source link

Support for multiple platforms #45

Closed email2vimalraj closed 8 years ago

email2vimalraj commented 8 years ago

Hi,

I like this project. Is there any plan to support other platforms like MacOs, Linux and so on.

dzharii commented 8 years ago

Hi @email2vimalraj,

Not for this project. The biggest challenge now is porting user interface code. For now, I am using Visual Studio which allows me to reduce the time I have to spend on adding new button. In general, Mono supports Windows Forms on Linux and Mac... but the reality is: the UI looks ugly and works really slow (but it works) on the platforms other than windows.

The only way is to rewrite the project:

I am thinking about this for the next project... but not for this one ;)

email2vimalraj commented 8 years ago

Thanks for replying @dzharii. Let me know in case you need a contributor for your next project.

sergueik commented 8 years ago

Hello Vimal

I has working on the same, (but moved to other areas temporarily) let me know where you stand

Serguei Kouzmine

On Wed, 2/10/16, Vimal Raj notifications@github.com wrote:

Subject: Re: [swd-recorder] Support for multiple platforms (#45) To: "dzharii/swd-recorder" swd-recorder@noreply.github.com Date: Wednesday, February 10, 2016, 12:59 PM

Thanks for replying @dzharii. Let me know in case you need a contributor for your next project.

— Reply to this email directly or view it on GitHub.

dzharii commented 8 years ago

@email2vimalraj

Let me know in case you need a contributor for your next project.

Roger that! ;)