noodleman420

Results 2 issues of noodleman420

It appears that the actions that I make is detected. For example, navigating to an element and clicking on it. ``` ActionChains(driver)\ .scroll_to_element(element)\ .move_to_element_with_offset(element, random.uniform(5, 10), random.uniform(5, 10))\ .pause(random.uniform(0.1, 0.3))\...

There is a bug where you are unable to mark emails as read or "Mark all as read" directly from Gmail Notifier when not using grouped emails. https://support.google.com/mail/answer/5900?hl=en&co=GENIE.Platform%3DDesktop Reproduction: 1)...