feat: enhance Selenium section with detailed explanations, images, and new references; update bibliography
All checks were successful
Build LaTeX Document / build_latex (push) Successful in 3m3s

This commit is contained in:
2025-03-20 16:24:12 +01:00
parent f63962516f
commit 403d2eb03d
5 changed files with 91 additions and 16 deletions

View File

@@ -1,4 +1,14 @@
@book{10.5555/2544030,
@book{10.5555/1593511,
author = {Van Rossum, Guido and Drake, Fred L.},
title = {Python 3 Reference Manual},
year = {2009},
isbn = {1441412697},
publisher = {CreateSpace},
address = {Scotts Valley, CA},
abstract = {PYTHON 3 Reference Manual (Python Documentation MANUAL Part 2).Python is an easy to learn object-oriented programming language, which combines power with clear syntax. It has modules, classes, exceptions, very high level data types, and dynamic typing. Python is free software. It can be used with GNU (GNU/Linux), Unix, Microsoft Windows and many other systems.This is a printed softcover copy of the official Python documentation from the latest Python 3.0 distribution. For each copy sold $1 will be donated to the Python Software Foundation by the publisher.This book is part of a brand new six-part series of Python documentation books. Searching for "Python Documentation Manual" will show all six available books.ABOUT THE AUTHOR: Guido van Rossum, is the inventor of Python. Fred L. Drake, Jr. is the official editor of the Python documentation.}
}
@book{10.5555/2544030,
author = {Chodorow, Kristina},
title = {MongoDB: The Definitive Guide},
year = {2013},
@@ -15,7 +25,7 @@
note = {[Accessed 28-09-2023]}
}
@misc{activitypubActivityPubRocks,
@misc{activitypubActivityPubRocks,
author = {},
title = {{A}ctivity{P}ub {R}ocks! --- activitypub.rocks},
howpublished = {\url{https://activitypub.rocks/}},
@@ -277,7 +287,7 @@
note = {[Accessed 07-Mar-2023]}
}
@misc{Redazione_2020,
@misc{Redazione_2020,
title = {“Cittadinanza digitale e tecnocivismo. In un mondo digitale la cittadinanza inizia dai bit di Andrea Trentini", Giovanni Biscuolo e Andrea Rossi},
url = {https://www.letture.org/cittadinanza-digitale-e-tecnocivismo-andrea-trentini-giovanni-biscuolo-andrea-rossi},
abstractnote = {Prof. Andrea Trentini, Lei è autore con Giovanni Biscuolo e Andrea Rossi del libro Cittadinanza digitale e tecnocivismo. In un mondo digitale la cittadinanza inizia dai bit edito da Ledizioni: quali aspetti costituiscono la Cittadinanza Digitale? Risposta breve Ovunque ci sia tecnologia cè influenza sulla cittadinanza… e vale anche il viceversa. Risposta articolata In una [...]Leggi di più... from “Cittadinanza digitale e tecnocivismo. In un mondo digitale la cittadinanza inizia dai bit” di Andrea Trentini, Giovanni Biscuolo e Andrea Rossi},
@@ -287,7 +297,7 @@
language = {it-IT}
}
@phdthesis{ResearchBasedDataRightsManagementUsingBlockchainOverEthereumNetwork,
@phdthesis{ResearchBasedDataRightsManagementUsingBlockchainOverEthereumNetwork,
author = {Naz, Muqaddas and Javaid, Nadeem and Iqbal, Sohail},
year = {2019},
month = {09},
@@ -310,6 +320,22 @@
abstract = {This memo documents the various methods known to be in use by applications to establish direct communication in the presence of Network Address Translators (NATs) at the current time. Although this memo is intended to be mainly descriptive, the Security Considerations section makes some purely advisory recommendations about how to deal with security vulnerabilities the applications could inadvertently create when using the methods described. This memo covers NAT traversal approaches used by both TCP- and UDP-based applications. This memo is not an endorsement of the methods described, but merely an attempt to capture them in a document. This memo provides information for the Internet community.}
}
@misc{scalerWhichBrowser,
author = {Simran Kumari},
title = {{W}hich {B}rowser {S}upports {S}elenium ? - {S}caler {T}opics --- scaler.com},
howpublished = {\url{https://www.scaler.com/topics/selenium-tutorial/which-browser-supports-selenium/}},
year = {},
note = {[Accessed 20-03-2025]}
}
@misc{seleniumSeleniumBrowser,
author = {},
title = {{T}he {S}elenium {B}rowser {A}utomation {P}roject --- selenium.dev},
howpublished = {\url{https://www.selenium.dev/documentation/}},
year = {},
note = {[Accessed 20-03-2025]}
}
@misc{tahoelafsAbouttahoerstTrunkdocs,
author = {},
title = {About-tahoe; {T}ahoe-{L}{A}{F}{S} --- tahoe-lafs.org},
@@ -326,6 +352,14 @@
note = {[Accessed 18-03-2025]}
}
@misc{TestGrid_2024,
title = {Selenium WebDriver Step-by-Step Tutorial},
url = {https://testgrid.io/blog/selenium-webdriver/},
journal = {TestGrid},
year = {2024},
month = {9}
}
@misc{theoryBitTorrentSpecificationTheoryOrg,
author = {},
title = {{B}it{T}orrent{S}pecification - {T}heory{O}rg --- wiki.theory.org},
@@ -424,15 +458,4 @@
howpublished = {\url{https://en.wikipedia.org/wiki/WebRTC}},
year = {},
note = {[Accessed 18-03-2025]}
}
@book{10.5555/1593511,
author = {Van Rossum, Guido and Drake, Fred L.},
title = {Python 3 Reference Manual},
year = {2009},
isbn = {1441412697},
publisher = {CreateSpace},
address = {Scotts Valley, CA},
abstract = {PYTHON 3 Reference Manual (Python Documentation MANUAL Part 2).Python is an easy to learn object-oriented programming language, which combines power with clear syntax. It has modules, classes, exceptions, very high level data types, and dynamic typing. Python is free software. It can be used with GNU (GNU/Linux), Unix, Microsoft Windows and many other systems.This is a printed softcover copy of the official Python documentation from the latest Python 3.0 distribution. For each copy sold $1 will be donated to the Python Software Foundation by the publisher.This book is part of a brand new six-part series of Python documentation books. Searching for "Python Documentation Manual" will show all six available books.ABOUT THE AUTHOR: Guido van Rossum, is the inventor of Python. Fred L. Drake, Jr. is the official editor of the Python documentation.}
}
}