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

Monitoring website on each server individually in a cluster #350

Open
sakuli123 opened this issue Aug 23, 2022 · 0 comments
Open

Monitoring website on each server individually in a cluster #350

sakuli123 opened this issue Aug 23, 2022 · 0 comments

Comments

@sakuli123
Copy link

There is a Title of the website we are testing for example :

TitleOfTheWebsite"
Is it possible to check for each server in the cluster individually .We are currently using sakuli version 2.5.0

My boss is providing this solution but I am not sure if this is even possible:
The routing to the individual instances is done via a cookie on the respective domain, in the form key: ROUTEID, value: .rx1 to .rx3. If such a thing can't be set with Sakuli itself, there seems to be a fallback to Selenium that should do it: https://sakuli.io/docs/writing_tests/webtests/#selenium-fallbacks and then
driver.manage().addCookie("ROUTEID", ".rx1");

Please provide your suggestions

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

1 participant