Skip to content
Snippets Groups Projects
Commit 8e3b2e79 authored by Michael Koscher's avatar Michael Koscher
Browse files

set info message when chat is enabled

parent c12caaf9
No related branches found
No related tags found
No related merge requests found
...@@ -2,6 +2,8 @@ ...@@ -2,6 +2,8 @@
Streams a given BBB Meeting to an RTMP Server. Streams a given BBB Meeting to an RTMP Server.
*License:* [GNU GPL v3 or later](http://www.gnu.org/copyleft/gpl.html)
## Getting Started ## Getting Started
### Prerequisites ### Prerequisites
......
...@@ -60,7 +60,7 @@ def bbb_browser(): ...@@ -60,7 +60,7 @@ def bbb_browser():
element = EC.invisibility_of_element((By.CSS_SELECTOR, '.ReactModal__Overlay')) element = EC.invisibility_of_element((By.CSS_SELECTOR, '.ReactModal__Overlay'))
WebDriverWait(browser, selelnium_timeout).until(element) WebDriverWait(browser, selelnium_timeout).until(element)
browser.find_element_by_id('message-input').send_keys("Watcher can send messages to this meeting") browser.find_element_by_id('message-input').send_keys("Viewers can send messages to this meeting")
browser.find_elements_by_css_selector('[aria-label="Send message"]')[0].click() browser.find_elements_by_css_selector('[aria-label="Send message"]')[0].click()
redis_r = redis.Redis(host=args.redis,charset="utf-8", decode_responses=True) redis_r = redis.Redis(host=args.redis,charset="utf-8", decode_responses=True)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment