LibWeb+WebDriver: Move the timeouts configuration object to LibWeb

This commit is contained in:
Timothy Flynn 2022-11-11 14:22:03 -05:00 committed by Linus Groh
commit cb4b9108d1
Notes: sideshowbarker 2024-07-17 04:34:30 +09:00
7 changed files with 15 additions and 15 deletions

View file

@ -16,9 +16,9 @@
#include <LibCore/MemoryStream.h>
#include <LibHTTP/HttpRequest.h>
#include <LibHTTP/HttpResponse.h>
#include <LibWeb/WebDriver/TimeoutsConfiguration.h>
#include <WebDriver/Client.h>
#include <WebDriver/Session.h>
#include <WebDriver/TimeoutsConfiguration.h>
namespace WebDriver {