dzharii / swd-recorder

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

Add validation for empty values on the Locators form #28

Closed dzharii closed 9 years ago

dzharii commented 9 years ago

Add validation in case of empty form before performing Highlight / Test operation on empty element

Kudos for this finding to Sunny https://groups.google.com/d/msg/selenium-users/epneoHaOymk/4rS-YHGpt5EJ

Video: https://www.youtube.com/watch?v=Ajz05OFB7Ps

vladimir100 commented 9 years ago

Hello Dmytro, Do you plan to expand your recorder for the Mac OS? Regards,Vladimir

Date: Mon, 5 Jan 2015 23:19:25 -0800 From: notifications@github.com To: swd-recorder@noreply.github.com Subject: Re: [swd-recorder] Add validation for empty values on the Locators form (#28)

Closed #28.

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

                  =
dzharii commented 9 years ago

Hi Vladimir (@vladimir100),

No, I am not planning porting Page Recorder to MacOS in the nearest future. It is written in C#. And... unfortunately, the Webdriver implementation and its dependencies is not officially supported on Mono for MacOs and Linux.

That would require me to rewrite everything on Java. I am not planning to do that now ;)