Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

suggestion #1

Open
zeus1921 opened this issue Jul 15, 2022 · 0 comments
Open

suggestion #1

zeus1921 opened this issue Jul 15, 2022 · 0 comments

Comments

@zeus1921
Copy link

hey there.

is it possible to make an option in config to not mention duplicate users?

Also code is broken btw, this worked for me:

def comment(self) -> None: text_area = self.browser.find_element(By.CLASS_NAME, "_ablz") text_area.click() time.sleep(3) text_area = self.browser.find_element(By.CLASS_NAME, "_ablz") text_area.send_keys(self.generateStr()) time.sleep(3) comment_btn = self.browser.find_element(By.XPATH, '/html/body/div[1]/div/div[1]/div/div[1]/div/div/div/div[1]/div[1]/section/main/div[1]/div[1]/article/div/div[2]/div/div[2]/section[3]/div/form/button/div') time.sleep(3) self.browser.execute_script('arguments[0].click()', comment_btn) time.sleep(3) return

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant