Uses of Class
co.verisoft.fw.selenium.drivers.VerisoftDriver
Packages that use VerisoftDriver
Package
Description
-
Uses of VerisoftDriver in co.verisoft.fw.asserts
Constructors in co.verisoft.fw.asserts with parameters of type VerisoftDriverModifierConstructorDescriptionSoftAssertsScreenShot
(VerisoftDriver driver) SoftAssertsScreenShot
(VerisoftDriver driver, boolean isMultipleScreenShots) -
Uses of VerisoftDriver in co.verisoft.fw.selenium.drivers
Subclasses of VerisoftDriver in co.verisoft.fw.selenium.drivers -
Uses of VerisoftDriver in co.verisoft.fw.selenium.junit.extensions.devtoolsExtension
Methods in co.verisoft.fw.selenium.junit.extensions.devtoolsExtension with parameters of type VerisoftDriverModifier and TypeMethodDescriptionDevtools.getAllConsoleLogs
(VerisoftDriver driver) Returns all console logs stored in the given driver's store.static List<org.openqa.selenium.devtools.v85.network.model.Request>
Devtools.getAllRequests
(VerisoftDriver driver) Retrieves all network requests recorded for the given driver.static List<org.openqa.selenium.devtools.v85.network.model.ResponseReceived>
Devtools.getAllResponses
(VerisoftDriver driver) Retrieves all network responses recorded for the given driver.static String
Devtools.getLastConsoleLogs
(VerisoftDriver driver) Returns the last console log stored in the given driver's store.static org.openqa.selenium.devtools.v85.network.model.Request
Devtools.getLastRequest
(VerisoftDriver driver) Retrieves the most recent network request recorded for the given driver.static org.openqa.selenium.devtools.v85.network.model.ResponseReceived
Devtools.getLastResponse
(VerisoftDriver driver) Retrieves the most recent network response recorded for the given driver.static org.openqa.selenium.devtools.v85.network.model.ResponseReceived
Devtools.getLastResponseByName
(VerisoftDriver driver, String name) Attempts to retrieve the last response for a given service name within 10 seconds.Devtools.getNumOfLastConsoleLogs
(VerisoftDriver driver, int numOfLastConsoleLogs) Returns the last N console logs stored in the given driver's store.static List<org.openqa.selenium.devtools.v85.network.model.Request>
Devtools.getNumOfLastRequests
(VerisoftDriver driver, int numOfRecentCalls) Retrieves the last 'num' network requests recorded for the given driver.static List<org.openqa.selenium.devtools.v85.network.model.ResponseReceived>
Devtools.getNumOfLastResponses
(VerisoftDriver driver, int numOfRecentCalls) Retrieves the last 'num' network responses recorded for the given driver.static String
Devtools.getResponseBody
(VerisoftDriver driver, String serviceName) Retrieves the body of the response for a specific service name from the network. -
Uses of VerisoftDriver in co.verisoft.fw.selenium.junit.extensions.networkExtension
Methods in co.verisoft.fw.selenium.junit.extensions.networkExtension with parameters of type VerisoftDriverModifier and TypeMethodDescriptionstatic List<org.openqa.selenium.devtools.v85.network.model.Request>
Network.getAllRequests
(VerisoftDriver driver) Deprecated.Retrieves all network requests recorded for the given driver.static List<org.openqa.selenium.devtools.v85.network.model.ResponseReceived>
Network.getAllResponses
(VerisoftDriver driver) Deprecated.Retrieves all network responses recorded for the given driver.static org.openqa.selenium.devtools.v85.network.model.Request
Network.getLastRequest
(VerisoftDriver driver) Deprecated.Retrieves the most recent network request recorded for the given driver.static org.openqa.selenium.devtools.v85.network.model.ResponseReceived
Network.getLastResponse
(VerisoftDriver driver) Deprecated.Retrieves the most recent network response recorded for the given driver.static org.openqa.selenium.devtools.v85.network.model.ResponseReceived
Network.getLastResponseByName
(VerisoftDriver driver, String name) Deprecated.Attempts to retrieve the last response for a given service name within 10 seconds.static List<org.openqa.selenium.devtools.v85.network.model.Request>
Network.getNumOfLastRequests
(VerisoftDriver driver, int numOfRecentCalls) Deprecated.Retrieves the last 'num' network requests recorded for the given driver.static List<org.openqa.selenium.devtools.v85.network.model.ResponseReceived>
Network.getNumOfLastResponses
(VerisoftDriver driver, int numOfRecentCalls) Deprecated.Retrieves the last 'num' network responses recorded for the given driver.static String
Network.getResponseBody
(VerisoftDriver driver, String serviceName) Deprecated.Retrieves the body of the response for a specific service name from the network.