Mar 18, 20206 minBrowser unaware Selenium tests. STEP 1: Identify OSs to run tests + choose browsers to supportIn this blog post series, i want to show how i normally set up my browsers and my Selenium code, in order to enable writing ‘cross-OS’,...
Aug 30, 20172 minIdentify the OS tests are running on with os.Name or SystemUtilsIn order to make your tests OS agnostic, sometimes, you need to create some additional logic to handle OS specifics. For example, if you...