ShaftHQ / SHAFT_ENGINE

SHAFT is a unified test automation engine for web, mobile, API, CLI, database, and desktop e2e testing. Powered by best-in-class frameworks, SHAFT provides a wizard-like syntax to drive your automation efficiently, maximize your ROI, and minimize your learning curve with no limitations! Stop reinventing the wheel! Upgrade now!
https://shafthq.github.io/
MIT License
330 stars 127 forks source link

[Bug]: Exception is thrown when trying to getDevTools() using latest SHAFT and chrome versions #1780

Open roaamagdy opened 1 week ago

roaamagdy commented 1 week ago

WebDriver augmentedDriver = (new Augmenter()).augment(driver.get().getDriver());

DevTools devTools = ((HasDevTools) augmentedDriver).getDevTools(); // Issue is here