allesman

Results 2 comments of allesman

@Kalebu Did you find anything yet?

I think I solved it! The xpath for the search bar in `__init__.py` seems to be outdated, instead of this: `'//*[@id="app"]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[2]',` it should instead be this: `'//*[@id="side"]/div[1]/div/div/div[2]/div/div',` I'm too dumb...