by Mason Chase | Dec 12, 2019 | Uncategorized
Running MongoDB Replica Set in Windows run into below error: System.TimeoutException: ‘A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector,...
by Mason Chase | Dec 11, 2019 | Uncategorized
I was trying to select a child element of RootShadow object, so I tried to select it by IJavaScriptExecutor first: IWebElement otpApplicationElement = (IWebElement) ((IJavaScriptExecutor)WebDriver).ExecuteScript(“return...
by Mason Chase | Dec 10, 2019 | Uncategorized
When doing a Single lookup from database getting error. XeroBankAccount bankAccount = xeroBankAccountService.Table.Single(p => p.Guid == guid); Gets below exception line: System.InvalidOperationException: Sequence contains no elements at...
by Mason Chase | Dec 10, 2019 | Uncategorized
To get open TCP ports with process ID, first run command prompt as administrator, then run command: netstat -ano -p tcp|findstr LISTENING Result will be: TCP 0.0.0.0:21 0.0.0.0:0 LISTENING 4748 TCP 0.0.0.0:80 0.0.0.0:0 LISTENING 4708 TCP 0.0.0.0:135 0.0.0.0:0...
by Mason Chase | Dec 10, 2019 | Uncategorized
Selenium server running C:\Selenium-Server>java -jar selenium-server-standalone-3.141.59.jar 18:21:19.538 INFO [GridLauncherV3.parse] – Selenium server version: 3.141.59, revision: e82be7d358 18:21:19.629 INFO [GridLauncherV3.lambda$buildLaunchers$3]...
by Mason Chase | Dec 2, 2019 | Uncategorized
While running Paypal IPN simulator test you may receive below error: IPN was not sent, and the handshake was not verified. Review your information. Running client certificate verification with openssl client seems to be okay: openssl s_client -connect...