Releases: rafal-qa/page-walker
Releases · rafal-qa/page-walker
16 June 2019
Standalone release for Windows, macOS, Linux. Contains required dependencies, including v.Nu validator (18.11.5).
Changes
New features
- Mobile website testing - mobile emulation, Chrome on Android device
Improvements
- Check external links in multiple threads
- Improved macOS support
- New way of handling standalone version
Other
- Stop supporting Python 2
- Removed unnecessary configuration
sha256 checksum
630f64ab6788ded09c7a2fe6ececa8116785bc9cbda138c03babfb1c4f46cce3 page-walker_1.2.0_standalone.zip
02 December 2018
Compiled stand-alone version for Windows and Linux.
It contains Python and all dependencies including v.Nu validator (18.11.5), but no Java.
Changes
New features
- Broken external links detection.
- Custom cookies.
- Initial actions - set text, click, submit before test starts.
- HTTP Basic authentication.
- Domain blacklist (malware domains).
Improvements
- Run program from any location.
- Now checking HTTP headers with GET request (without downloading body), not HEAD (some servers don't support it or block).
google-chrome
is now default browser on Linux.- Other minor improvements.
Bugfixes
- Handling URLs with no scheme:
//example.com
- Duplicated home page links:
example.com/
andexample.com
sha256 checksum
75272be11f2e8b7eee5644f8b84c5be43f9fd89bf2c4f6661c9f36f869b3f2d2 page-walker_1.1.0_linux.tar.gz
31b49877ab75649eeb6e02294d2c475c985e9b8e4ac271e7844f831e983f849e page-walker_1.1.0_windows.zip
23 October 2018
Compiled stand-alone version for Windows and Linux.
It contains Python and all dependencies including v.Nu validator (18.8.29), but no Java.
Changes
Improvements
- HTML report: Information about backlink on Pages list was added.
- HTML report: More understandable names of tabs on HTML validator.
- Now the program is not terminated when it detects lack of Java. It shows only the warning message and disables the HTML validator. The user does not have to search for the option to disable the validator manually.
- Other minor improvements.
Bugfixes
- Incorrect data in the report when the subpage redirects to the external domain. Now pages with redirect or error HTTP code (like
404 Not Found
) are not visited by Chrome DevTools. Only information about redirection or error is reported. - HTML report: Tables was not resized on window resize.
- Other minor fixes.
sha256 checksum
bcbcf1322bd4029a31c8f7c51b78dff865ef49dfe0bc744160cc951f0eae376b page-walker_1.0.1_linux.tar.gz
18a73b28b6a807ff3acd106d20ed292b600c89449b6de65e7aabe3cd894caa2b page-walker_1.0.1_windows.zip
08 July 2018
First public release.