// driver = {
// def FFdriverInstance = new FirefoxDriver()
// FFdriverInstance.manage().window().size = new Dimension(1280, 800)
// FFdriverInstance
// }
}
baseUrl = "https://abc.com"
I m working with the above line of code, when executed this code Firefox browser loaded and wait for the base url. but not picking the base url where as same line of code working fine for chrome.
kindly help.
this code is written in gebconfig.groovy file.
Thanks,