We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If I post issue to incorrect repository, please, tell me, where should I post this issue
Last my build passed, but badge status — timeout .
Local:
my selenium_browserstack.py file:
selenium_browserstack.py
import time from selenium import webdriver desired_cap = { 'browser': 'Safari', 'browser_version': '11.0', 'os': 'OS X', 'os_version': 'High Sierra', 'resolution': '1920x1080' } driver = webdriver.Remote( command_executor='http://bsuser43877:sAKeQiprjVUqpWyaxcyp@hub.browserstack.com:80/wd/hub', desired_capabilities=desired_cap) driver.get("https://kristinita.ru") if "Поиск Кристиниты" not in driver.title: raise Exception("Unable to load google page!") elem = driver.find_element_by_tag_name("input") elem.send_keys("Кристина Кива") elem = driver.find_element_by_tag_name("button").click() print(driver.title) time.sleep(7) driver.quit()
I choose a project → obtain badge key → add generating key to README → result:
[![BrowserStack Status](https://www.browserstack.com/automate/badge.svg?badge_key=bkpzSnZ4VnJLdzg0djVUblFDcVBCblJMenpHOFFGMHFReG43Nzk4ejNaYz0tLWNNYmRpNkNmSWxWaXRhTER5UHRkWVE9PQ==--0d54a3e7e9485cd1478c3d22df997178a0220f5b)](https://www.browserstack.com/automate/public-build/bkpzSnZ4VnJLdzg0djVUblFDcVBCblJMenpHOFFGMHFReG43Nzk4ejNaYz0tLWNNYmRpNkNmSWxWaXRhTER5UHRkWVE9PQ==--0d54a3e7e9485cd1478c3d22df997178a0220f5b)
I click to generated link → all my last builds passed.
BrowserStack completed badge.
BrowserStack completed
BrowserStack timeout badge.
BrowserStack timeout
Thanks.
The text was updated successfully, but these errors were encountered:
I have the same ISSUE
Sorry, something went wrong.
No branches or pull requests
If I post issue to incorrect repository, please, tell me, where should I post this issue
1. Summary
Last my build passed, but badge status — timeout .
2. Environment
Local:
3. Configuration
my
selenium_browserstack.py
file:4. Steps to reproduce
I choose a project → obtain badge key → add generating key to README → result:
I click to generated link → all my last builds passed.
5. Expected behavior
BrowserStack completed
badge.6. Actual behavior
BrowserStack timeout
badge.Thanks.
The text was updated successfully, but these errors were encountered: