MarketSquare/webdrivermanager

Replace lxml with ElementTree or something thats pure python.

rasjani opened this issue · 2 comments

lxml library currently used to parse api results uses native code and getting it run in all supported platforms is pain in the ass dependency wise.

Evaluate elementtree or some other alternatives and rewrite all code to use a suitable candidate.

ElementTree can't parse Edge url's due to html being malformed..

fixed in 0.7.1