Instagram用户关注自动化项目

时间:2020-06-12 03:37:17

标签: java selenium xpath automation css-selectors

enter image description here

通过避免单击已请求或关注的用户来尝试使过程自动化。 Instagram允许最多关注每天7500个用户。我想将其限制为该数字,同时避免使用我在第一句话中描述的内容。

我的代码:

login() {
    // environment.baseUrl = https://localhost:5001/
    this.document.location.href = `${environment.baseUrl}account/SignInWithGoogle`;
}

我应该为请求的元素和后续元素创建另一个方法吗?还应该使用math.random在单独的方法中定义最大用户数吗?

0 个答案:

没有答案