6. What about `get()` `getTitle()` and `getCurrentUrl()` methods? - Rafal-Laskowski/Metalloid-WebDriver-Pool GitHub Wiki
You can either get an instance of WebDriverPool.get()
and invoke these methods on WebDriver
returned
OR
If you use Metalloid-Core then you can use:
Metalloid.get(String url);
Metalloid.getTitle();
Metalloid.getCurrentUrl();