= 2019-03-24 = == Selenium == * 最近想要透過 Selenium 來錄 WebEx * 研究了一下,初步覺得 Selenium Grid 的 Extension "zalenium" 感覺會是比較方便的做法(因為可以配合 Docker) * 原始碼:https://github.com/zalando/zalenium * 專案首頁:https://opensource.zalando.com/zalenium/ == MacOS == {{{ #!sh ~$ brew install tmux ==> Installing dependencies for tmux: openssl and libevent ==> Installing tmux dependency: openssl ==> Downloading https://homebrew.bintray.com/bottles/openssl-1.0.2r.mojave.bottl ######################################################################## 100.0% ==> Pouring openssl-1.0.2r.mojave.bottle.tar.gz ==> Caveats A CA file has been bootstrapped using certificates from the SystemRoots keychain. To add additional certificates (e.g. the certificates added in the System keychain), place .pem files in /usr/local/etc/openssl/certs and run /usr/local/opt/openssl/bin/c_rehash openssl is keg-only, which means it was not symlinked into /usr/local, because Apple has deprecated use of OpenSSL in favor of its own TLS and crypto libraries. If you need to have openssl first in your PATH run: echo 'export PATH="/usr/local/opt/openssl/bin:$PATH"' >> ~/.bash_profile For compilers to find openssl you may need to set: export LDFLAGS="-L/usr/local/opt/openssl/lib" export CPPFLAGS="-I/usr/local/opt/openssl/include" ==> Summary 🍺 /usr/local/Cellar/openssl/1.0.2r: 1,795 files, 12.1MB ==> Installing tmux dependency: libevent ==> Downloading https://homebrew.bintray.com/bottles/libevent-2.1.8.mojave.bottl ######################################################################## 100.0% ==> Pouring libevent-2.1.8.mojave.bottle.tar.gz 🍺 /usr/local/Cellar/libevent/2.1.8: 846 files, 2.2MB ==> Installing tmux ==> Downloading https://homebrew.bintray.com/bottles/tmux-2.8.mojave.bottle.tar. ######################################################################## 100.0% ==> Pouring tmux-2.8.mojave.bottle.tar.gz ==> Caveats Example configuration has been installed to: /usr/local/opt/tmux/share/tmux Bash completion has been installed to: /usr/local/etc/bash_completion.d ==> Summary 🍺 /usr/local/Cellar/tmux/2.8: 10 files, 709.5KB ==> Caveats ==> openssl A CA file has been bootstrapped using certificates from the SystemRoots keychain. To add additional certificates (e.g. the certificates added in the System keychain), place .pem files in /usr/local/etc/openssl/certs and run /usr/local/opt/openssl/bin/c_rehash openssl is keg-only, which means it was not symlinked into /usr/local, because Apple has deprecated use of OpenSSL in favor of its own TLS and crypto libraries. If you need to have openssl first in your PATH run: echo 'export PATH="/usr/local/opt/openssl/bin:$PATH"' >> ~/.bash_profile For compilers to find openssl you may need to set: export LDFLAGS="-L/usr/local/opt/openssl/lib" export CPPFLAGS="-I/usr/local/opt/openssl/include" ==> tmux Example configuration has been installed to: /usr/local/opt/tmux/share/tmux Bash completion has been installed to: /usr/local/etc/bash_completion.d }}}