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

next_post(self): not working on firefox. #27

Open
deadinternetfox opened this issue Mar 9, 2023 · 1 comment
Open

next_post(self): not working on firefox. #27

deadinternetfox opened this issue Mar 9, 2023 · 1 comment

Comments

@deadinternetfox
Copy link

self.driver.find_element(By.TAG_NAME, 'body').send_keys(Keys.RIGHT)

is not working in the next_post(self) function. I have tried playing around with it to get a fix and still doesn't work at all, the function is being called but it seems Firefox driver doesn't response to arrow key press?

@shine-jayakumar
Copy link
Owner

self.driver.find_element(By.TAG_NAME, 'body').send_keys(Keys.RIGHT)

is not working in the next_post(self) function. I have tried playing around with it to get a fix and still doesn't work at all, the function is being called but it seems Firefox driver doesn't response to arrow key press?

Thank you for highlighting this issue. I will look into it.

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

2 participants