rMouse包中的type函数无法读取整个单词

时间:2018-12-25 17:05:03

标签: r web-scraping web-crawler

我创建了一个函数(第一个essai),旨在从文本文件读取URL,然后使用坐标在sci-hub中解析它们以自动下载文章。我在这里做的只是给网址地址和网页的坐标; caitn move paste和left是包装中的功能。

我尝试过直接粘贴此网址的这个尝试性

#wait 3 secondes before starting to move the mose
delay(3000) 
#move to input text: move to the coordinate 1270 and 390
move(1270,390) 
#paste the url in the indicated zone
type("www.nature.com/articles/1602478")
#move to boutton
move(1283,447) 
#validate: left click on the mouse
left() 

这里的问题是它采用了类似网址

  

www.nature.com/articles/1602478   但是它像粘贴

     

www; nature; com:文章:&-àé'è_   因此链接发送不正确

是否有解决方案?

这是我的url.txt外观的一部分

www.apps.who.int/iris/handle/10665/117788
www.ar.iiarjournals.org/content/35/3/1763.short
www.archive.unu.edu/unupress/food2/UID10E/UID10E1G.HTM
www.bmjopen.bmj.com/content/4/1/e004156.short
www.cadmus.eui.eu/handle/1814/23504

0 个答案:

没有答案