Skip to content

Conversation

@abarrac
Copy link
Owner

@abarrac abarrac commented Jun 12, 2025

🐛 Fix Windows Installation Issues

Problem

  • Windows users couldn't install due to mixed path separators
  • Required Git Bash installation (not user-friendly)
  • JSON configuration had incorrect escaping

Solution

  • ✅ Added Windows installer (install.bat)
  • ✅ Fixed path handling in bash script for Windows
  • ✅ Proper JSON escaping for Windows paths
  • ✅ Updated documentation with platform-specific instructions

Breaking Changes

None - only improvements to installation experience.

abarrac added 4 commits June 12, 2025 09:20
- Add install.ps1 for native Windows PowerShell installation
- Fix path handling for Windows in install.sh (cygpath support)
- Fix JSON escaping for Windows backslashes
- Update documentation with platform-specific instructions
- Eliminate dependency on Git Bash for Windows users
- Replace problematic install.ps1 with simple install.bat
- Fix emoji and syntax issues in PowerShell script
- Simplify Windows installation to double-click experience
- Update documentation for user-friendly Windows installation
- Eliminate ExecutionPolicy and parsing errors
- Update all scripts to download mcp-selenium-1.0.1.jar
- Improve test examples to explicitly mention selenium MCP tools
- Update Maven version to 1.0.1
- Enhance documentation with clearer usage instructions
- Fix Windows installation with native batch script
@abarrac abarrac merged commit 2fa7e68 into main Jun 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants