Privet Dmitry,
First of all bol'shoe spasibo for this tool. It's such a big time saver.
I've polished some minor things in the tool. You can take a look and maybe even merge it with the main repository.
Here are the key changes I have applied:
elements' ids are passed from the browser to the SWD capturing tool (updated ElementSearch.js)
Updating one type of locator doesn't erase values for other locator types. For example if you choose to use id selector as default method to locate your element then xpath and css values are still kept in case if you wish to go back to one of these locator types later in a future.
Disabling Highlight Element button for half a second after it was clicked on. This prevents double clicking and restores properly original css value for the element.
Added Remove button to remove an element from Page Object.
Added "HtmlClass" property into WebElementDefinition.cs. It helps to write more customizable templates which take into account not just type of an element but also its css class value.
Updated Selenium Library to 2.53
Please, feel free to express any comments or concerns if you have with my modification.
By the way, you can write in Russian back to me :-) It's just at work I don't have Russian keyboard.
Privet Dmitry, First of all bol'shoe spasibo for this tool. It's such a big time saver. I've polished some minor things in the tool. You can take a look and maybe even merge it with the main repository.
Here are the key changes I have applied:
Please, feel free to express any comments or concerns if you have with my modification. By the way, you can write in Russian back to me :-) It's just at work I don't have Russian keyboard.
Thanks, George Kapustin.