Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ability to run on Mac #44

Open
mayukhg opened this issue Oct 26, 2018 · 7 comments
Open

Ability to run on Mac #44

mayukhg opened this issue Oct 26, 2018 · 7 comments

Comments

@mayukhg
Copy link

mayukhg commented Oct 26, 2018

Will this work on Mac machine or do I need to exclusively use Debian

@vania-pooh
Copy link
Member

@mayukhg this project is abandoned. Please use this one: https://github.com/aerokube/ggr/ It has ready to use Docker images or standalone binaries compiled for several platforms including Darwin (i.e. Mac).

@mayukhg
Copy link
Author

mayukhg commented Nov 7, 2018 via email

@vania-pooh
Copy link
Member

@mayukhg take a look at these videos: https://www.youtube.com/playlist?list=PLW7WVf1LXeWrCBv_48hOR-eWtshGBet9a They show how to setup and maintain Ggr.

@mayukhg
Copy link
Author

mayukhg commented Nov 7, 2018 via email

@andradahalmaciu
Copy link

Hello,

I tried to run on a mac OS server and when I execute ./ggr_darwin_amd64 I get this output:
2019/03/21 09:57:04 [-] [-] [INIT] [-] [-] [-] [-] [-] [-] [Users file is ".htpasswd"] 2019/03/21 09:57:04 [-] [-] [INIT] [-] [-] [-] [-] [-] [-] [Loading configuration files from "quota"]

And when I access http://test:test-password@localhost:4444/wd/hub I get 404 page not found

Do you have some steps to get it run on a Mac machine also?

Regards,

Andrada

@vania-pooh
Copy link
Member

vania-pooh commented Mar 21, 2019

@andradahalmaciu first of all this is a wrong repository. Correct is https://github.com/aerokube/ggr. But returning to the issue there is no such API in Selenium protocol:

GET /wd/hub # This is missing

Correct solution is to use this URL in Selenium tests code (opening in browser does not work). However the following requests should work in browsers:

GET /wd/hub/status # W3C standard API
GET /ping # Ggr-specific ping API

So opening one of these URLs should work.

@andradahalmaciu
Copy link

Hi @vania-pooh

Sorry for the wrong repo.

Thanks for your quick response.

Regards,

Andrada

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

No branches or pull requests

3 participants