Skip to content
This repository has been archived by the owner on Jun 1, 2022. It is now read-only.

Releases: dzharii/swd-recorder

SWD PageRecorder 28 JUN 2018 v3.13.0

27 Jun 16:58
Compare
Choose a tag to compare

(minor release)

Changes and updates

  • Selenium WebDriver upgraded to version 3.13.0 in attempt to fix #57 (Can't add an element in swd; reported by @DaymaNKinG990)
  • Upgraded chromedriver
  • Upgraded geckodriver

The binary distribution was scanned with VirusTotal. See the results here.

Please note, AegisLab and Bkav show some red results related to chromedriver
and gekodriver. I consider those results as false positives,
but you are using this software on your own risk.

SWD PageRecorder 01 OCT 2017 v3.6.0

01 Oct 06:30
Compare
Choose a tag to compare

(Minor release)

Changes and updates

  • Selenium WebDriver upgraded to version 3.6.0
  • Upgraded chromedriver
  • Upgraded geckodriver

The binary distribution was scanned with VirusTotal. See the results here.

SWD PageRecorder 29 MAR 2017 v3.3.0

30 Mar 04:22
Compare
Choose a tag to compare

(Minor release)

Bugfixes

Attempt to fix the the issue by upgrading project dependencies to the recent versions:
Failed to start up socket due to 'OpenQA.Selenium.WebDriverException' #50 reported by @nitfeu

Changes and updates

  • Selenium WebDriver upgraded to version 3.3.0
  • Upgraded chromedriver
  • Added geckodriver

The binary distribution was scanned with VirusTotal. See the results here.

SWD PageRecorder 02 JUL 2016 v2.53.1

01 Jul 13:04
Compare
Choose a tag to compare

Minor dependency upgrade: WebDriver 2.53 to 2.53.1: resolves the bug:
Firefox 47 - Unable to connect to host 127.0.0.1 on port 7055 after 45000 ms

The binary distribution was scanned with VirusTotal. See the results here.

SWD PageRecorder 01 JUL 2016 v2.53

30 Jun 12:17
Compare
Choose a tag to compare

This release is based on George Kapustin pull request #48.
Thank you @pricelessspirit for your contribution!

  • 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

In addition to the pull request changes, I have updated the following:

  • Google Chrome is now set as a default browser (first in the browser selection list). chromedriver.exe is now included to the
    Swd recorder distribution files.

The binary distribution was scanned with VirusTotal. See the results here.

SWD PageRecorder 09 FEB 2016 v2.51

09 Feb 04:39
Compare
Choose a tag to compare

This is mostly compatibility release to keep up with the latest Selenium WebDriver and Firefox.

This new release introduce new internal feature which is in alpha quality.

New feature - profiles - allows to create new browser profiles based on JSON configuration file.

SWD PageRecorder 28 DEC 2015 v2.48

29 Dec 05:39
Compare
Choose a tag to compare

This release uses WebDriver v2.48.2 and compatible with Firefox 43+...
Many thanks to Serguei Kouzmine for his outstanding contribution into this release.

🍰 New features:

  • CSS Locators support for WebElementExplorer and SWD Recorder. Now Page Recorder allows you to record xpath AND CSS Selectors! (@sergueik)
    image
  • New PowerShell page object code generation template (@sergueik)

🔧 Fixes and updates

  • New Firefox and WebDriver support for v 2.48.2 (fixes Firefox startup issue; reported by Keshav)
  • SWD Recorder distributive reduced in a half! Thanks to Selenium Webdriver Team for reducing the size of WebDriver.dll ;)

Note: this release has not been comprehensively tested, please report any bugs here:
https://github.com/dzharii/swd-recorder/issues

The binary distribution was scanned with VirusTotal. See the results here.

SWD PageRecorder 05 JUN 2015 v2.46

05 Jun 07:40
Compare
Choose a tag to compare
  • Selenium WebDriver upgraded to version 2.46. This version fixes the bugs with latest Firefox and improves the overall performance on some environments.
  • Performance improvement: the opened browser is now closing 100x faster after you click the "Close" button on the Browser's settings tab.

SWD PageRecorder 14 APR 2015 v2.45

15 Apr 06:15
Compare
Choose a tag to compare

🍰 New features:

Added requested feature:
Is it possible to add option to take current screenshot? #31
@sreenadhsr, thank you for your request.

swd-release

SWD PageRecorder 04 MAR 2015 v2.45

04 Mar 08:33
Compare
Choose a tag to compare

Minor release

🍰 New features:

  1. Incorporated pull request from @RongoMatane's pull request:
    Added the current search context frame as field to WebElementDefinition
    Now each recorded element contains its HTML frame information:
      "frame": {
        "Index": 0,
        "LocatorNameOrId": "",
        "Title": "0",
        "ParentFrame": "DefaultContent",
        "ChildFrames": []
      },

This feature is available, when you are using the template "Run External Tool" and parsing WebElementDefinitions.json

  1. WebDriver upgraded to version 2.45.0
  2. Upgraded other internal dependencies
  3. Added more integration tests for the Code Generation (Templating) module

⚠️ Please, note:

  1. The template "[ZZZ] Experimental Run External Tool" now renamed to "Run External Tool"
    image
  2. Perl template removed

Download SWD Page Recorder

See below ⬇️