📅  最后修改于: 2022-03-11 14:59:27.199000             🧑  作者: Mango
â Test Base class is class where I have most used methods in my tests.
â My test classes extend the Test Base class and it has
access to those methods. This helps me to make my
code reusable
â Before/after test methods wait/synchronization utility methods.
â SwitchToWindow(title)
â WebDriver driver;