qentinelqi / qweb

Keyword driven automation for the web
https://github.com/qentinelqi/qweb
Apache License 2.0
39 stars 17 forks source link

Tko aug dependency updates #126

Closed tkoukkari closed 1 year ago

tkoukkari commented 1 year ago
from QWeb import QWeb
qweb = QWeb()
qweb.open_browser("https://www.w3schools.com/html/html_forms.asp", "chrome")

for i in range(100):
     qweb.type_text("First", f"John_{i}")
     qweb.refresh_page()
JoniSaarinen commented 1 year ago

Just out of curiosity, why selenium is updated only to 4.9? And not to the latest 4.11?

tkoukkari commented 1 year ago

Just out of curiosity, why selenium is updated only to 4.9? And not to the latest 4.11?

Yes we will move to latest selenium a bit later. There are some code changes that need to be done before that.