David Lau

Results 2 comments of David Lau

> try replace the following line in person.py: `self.name = root.find_elements_by_xpath("//section/div/div/div/*/li")[0].text.strip()` > with this: `self.name = root.find_elements_by_xpath("//section/div/div/div/*/li-icon")[0].text.strip()` I get the same error and tried your method but still fails: `line...

This would be a great quality of life improvement. Right now it's very prone to pause if you click anywhere on the screen during playback. However if you want to...