Danp2 / au3WebDriver

Web Driver UDF for AutoIt
MIT License
108 stars 23 forks source link

Fix: Ensure InetRead usage isn't using local cache #528

Closed Danp2 closed 1 month ago

Danp2 commented 1 month ago

Pull request

Proposed changes

Enforce usage of $INET_FORCERELOAD with InetRead

Checklist

Put an x in the boxes that apply. If you're unsure about any of them, don't hesitate to ask. We are here to help!
This is simply a reminder of what we are going to look for before merging your code.

Types of changes

Please check x the type of change your PR introduces:

What is the current behavior?

InetRead defaults to retrieving the file from the local cache

What is the new behavior?

Forces a reload from the remote site

Influences and relationship to other functionality

Affects _WD_IsLatestRelease & __WD_GetLatestWebdriverInfo

Additional context

Fixes #527

System under test

Please complete the following information.

Signed-off-by: Dan Pollak danpollak2@gmail.com