FMCorz / mdk

Moodle Development Kit. A collection of tools meant to make developers' lives easier.
GNU General Public License v3.0
85 stars 47 forks source link

Extract Selenium JAR url from Google APIs XML. #128

Closed jethac closed 8 years ago

jethac commented 8 years ago

This approach uses almost the same regex as before for detecting the Selenium Server JAR url - the main difference is that instead of scraping a user-facing website, we're scraping XML from Google APIs.

In this case, we're finding every Selenium Server standalone JAR, sorting the list and getting the last one in order to build a JAR url.

FMCorz commented 8 years ago

Awesome, thanks for fixing this Jetha.

I've squashed your commits and integrated it.

Cheers!