Wednesday, March 27, 2019

[CodedUI] get current Url in codedUI

BrowserWindow browser = BrowserWindow.Launch();
//Some Code Here
Uri uri = browser.Uri;
string st = uri.ToString();

Friday, March 22, 2019

[CodedUI] Disable Run Test after Builds



Check if the Run Test After Builds button is clicked in Test-Test Settings.

Friday, March 15, 2019

[Windows] Disable the Internet Explorer Security Certificate


Disable the Internet Explorer Security Certificate

Open Internet Explorer and click on "Tools," or the gear icon. Click "Internet Options" and click on the "Advanced" tab. Navigate to the "Security" subheading and remove the check marks on both the “Check for publisher’s certificate revocation” and “check for server certificate revocation” options. Click "OK" and then click "Apply." You may have to restart your computer for the options to fully take effect. Reload the website you were attempting to visit.

Tuesday, March 12, 2019

[WINDOWS] Find path for filename




C:\WINDOWS\system32>for %i in (cmd.exe) do @echo %~$PATH:i
C:\Windows\System32\cmd.exe

C:\WINDOWS\system32>for %i in (notepad.exe) do @echo %~$PATH:i
C:\Windows\System32\notepad.exe

Friday, March 8, 2019

[Windows] How to make applications open on the correct monitor when using multiple monitors?





I tried this successfully:
  1. Open the program.
  2. Move it to the monitor on which you would like it to open by default.
  3. Hit the Windows key + Shift + Enter.
From now on, it should open each time on the monitor of your preference.

 If this doesn't work, try below:

Display settings - Multiple Displays - Make this my main display

[Windows] Windows+Shift+arrow keys you instantly jump it to another screen

press Windows+Shift+arrow keys you instantly jump it to another screen.

Friday, March 1, 2019

[EXCEL] ADD CHECKBOX

- ADD DEVELOPER TAB
  1. GO TO File>> Options >> Customize Ribon and Select Developer checkbox.
  2. Click Developer tab >> Insert >> checkbox.