When I launched Selenium tests In Jenkins with Maven on CentOS 7 I got: unknown error: Chrome failed to start: exited abnormally (unknown error: DevToolsActivePort file doesn’t exist) (The process started from chrome location /usr/bin/google-chrome is no longer running, so ChromeDriver is assuming that Chrome has crashed.) Full error: org.openqa.selenium.WebDriverException: unknown error: Chrome failed to …
Tag: google
Sep 30 2018
How to Bypass FRP Lock Xiaomi MIUI9, Redmi 5 Plus, 5A Prime, 4A, 4X
In MIUI 9 security was improved and you cannot unlock locked device easily. But there is a method to bypass FRP Unlock in MIUI 9, reach a home screen and access system settings in order to unlock device on next steps. Using this method you will be able to bypass Google account FRP lock and …
Feb 03 2016
Configuring SENDMAIL for use GMAIL as Relay
To have emails from your linux servers accepted by destination email server you need to send it via trusted smarthost (relay). Google mail relay servers are what we need here. Let’s configure our sendmail for sending mail via gmail relay… Preparation and installation Sendmail installation:
1 |
yum -y install sendmail mailutils mailx sendmail-bin sendmail-cf cyrus-sasl-plain |