What I’m trying to do
I have this Katalon Studio SDK, which I am trying to port over to pure Selenium WebDriver… That consists of these model classes, util classes, page classes, … to help systematize test/scraper development…
What’s the problem?
I have this one, in particular, BasePage
, that has this method go()
, that ends up waiting on a loader TestObject
/WebElement
…
I re-wrote its code in pure Selenium WebDriver, but have hit a wall… I have no way to quickly test it!
Does anyone have a demo site, that, on visit, spawns a loader that is to de-spawn once the page is finished rendering?