Posts by Felipe Augusto • 21 points
1 post
- 
		2 votes0 answers75 viewsQ: How to reuse the same browser in a test suite with Selenium and c#?Every time a test suite is started the Openbrowser method of the Tbbrowser class is started and a new browser is opened, I wanted to reuse it, it is possible? ublic class Tbbrowser { public static…