Welcome to My QA Knowledge Base!

This is a simple knowledge base repository website. You can find helpful articles and links here.

Used for Sample Examples
Electron DevTools Commands
Inspect Shortcut Ctrl + Shift + i
Show X & Y in Electron App document.onmousemove = function(e){ var x = e.pageX; var y = e.pageY; e.target.title = "X is "+x+" and Y is "+y; }
x_y-console consolex_y-example
Basic ADB Commands
Install Location C:\Users\[user]\AppData\Local\Android\sdk\platform-tools
logcat on device logcat -f /path/to/file/on/device.log
list devices adb devices
connect & disconnect adb connect & adb disconnect
Screen Copy ScreenCopy Github
Appium2 Server Appium Server Document Page
My first JavaScript Project Magic 8 Ball