Miscellaneous Functions¶
Using these methods it is possible to use some very useful features in the development of automations such as:
Printing a page as a PDF file¶
This method prints the current page as a PDF file.
Getting the last created file¶
With the method get last created file
you will get path of the most recent file saved in a given directory
or current working directory.
Getting the file count¶
Using the get file count
you will be able to find the number of files of a given extension.
Installing Firefox Extension¶
This method install an extension in the Firefox browser via the path of the .xpi
extension to be loaded.
Tip
Firefox extensions can be downloaded on the Firefox Add-ons website.