Low-level API
In this page, you will learn to access selenium and requests objects directly, to implement your own abstractions, if FastRPA does not deliver some feature to you.
Get WebDriver
instances
Both FastRPA
and Web
have a webdriver
property that always return a WebDriver
instance. An example below shows an access to the object from the FastRPA
instance.
Now, to access the object from the Web
instance.
Get WebElement
instances
Every Element
instances have an source
property that always must return a WebElement
instance.
Get Session
instances
The Web
object has a session property, that always return a request's Session
object. The session comes with all cookies from the webdriver instance.