insta-likecom-bot icon indicating copy to clipboard operation
insta-likecom-bot copied to clipboard

next_post(self): not working on firefox.

Open deadinternetfox opened this issue 2 years ago • 1 comments

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?

deadinternetfox avatar Mar 09 '23 15:03 deadinternetfox

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.

shine-jayakumar avatar Mar 10 '23 01:03 shine-jayakumar