-
Notifications
You must be signed in to change notification settings - Fork 15
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
Selenide support #11
Comments
I have managed to run tests, issue was that i tried to run firefox tests with wrong configuration. |
After digging up a little bit looks like as firefox selenoid container started inside browser container and thats not happening for chrome I see that file itself is uploaded to container, something fails futher Something similar described here - aerokube/selenoid#76 |
And im here again :D Code part from another project https://github.com/TilBlechschmidt/WebGrid/blob/main/core/modules/src/node/proxy/file_upload.rs For selenide response that i get |
And looks like i have found the reason, |
Setting this params to nginx config made it work,
|
Hello,
Its more a generic question, im trying to integrate our selenium tests with callisto
however i have faced an issue that after browser session is created other commands cannot reach browser and tests fails
with No webdriver is bound to current thread
Have you tried to use selenide with callisto? Or maybe you have an idea what should be done to make it working.
Thank you
The text was updated successfully, but these errors were encountered: