TODO: finish extractor data

This commit is contained in:
2020-07-27 00:35:41 +08:00
parent ea650f91dc
commit 41d3763b57
7 changed files with 142 additions and 70 deletions

View File

@@ -50,7 +50,7 @@ func (cl *ChannelLink) Execute() {
for i := 0; i <= 200; i++ {
wd.KeyDown(selenium.EndKey)
time.Sleep(time.Second * 3)
time.Sleep(time.Second * 2)
}
elements, err := wd.FindElements(selenium.ByXPATH, "//span/a[contains(@data-a-target,'card-') and @href]")