shine-jayakumar / insta-likecom-bot

Automates likes and comments on an instagram account or tag
MIT License
136 stars 29 forks source link

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

Open deadinternetfox opened 1 year ago

deadinternetfox commented 1 year ago

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 commented 1 year ago

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.