Skip to main content

Posts

Showing posts from October, 2020

Crossbrowser Testing(Installation of Driver) - Safari/Chrome-v85/Firefox v86- Mac System

  Hi, Today we are focussing on Cross browser testing  via selenium using annotation of TestNG. Let's go through it one by one Safari Browser is the second most popular browser in the world occupying 16% of market share  its default browser for all apple devices Earlier version of safari required installation on safari webdriver extension, however this extension is no longer supported for safari versions 10 and above, safari driver  comes bundled by default with the browser that's preinstalled in MacOS. For testing via Safari browser we need to make changes in browser setting. Go to Safari-> preferences -> Advanced Tick mark the checkbox with label- S how develop menu in menu bar Once this is done   Go to develop menu and click on " Allow Remote Automation " Option to enable it   Chrome Browser -  As defined in previous blogs we need to download chrome driver extension. and give the path while running the script.   Firefox Browser Chec...