Currently, the WEBDRIVER_TIMEOUT seems hardcoded in dnstwist.
This causes flakiness with one of the pages I test, which sometimes has very complex javascript-rich content (sadly), and dnstwist errors out with:
fetching content from: http://uni-bonn.de/ > https://www.uni-bonn.de/en [110.4 KB]
rendering web page: http://uni-bonn.de/
Message: timeout: Timed out receiving message from renderer: 4.154
(Session info: headless chrome=116.0.5845.180)
Would it be possible to add an option to increase this timeout when required?
(I hope this is the correct timeout I am looking at)
Currently, the
WEBDRIVER_TIMEOUTseems hardcoded indnstwist.This causes flakiness with one of the pages I test, which sometimes has very complex javascript-rich content (sadly), and
dnstwisterrors out with:Would it be possible to add an option to increase this timeout when required?
(I hope this is the correct timeout I am looking at)