09-05-2022, 04:38 PM
(09-01-2022, 09:23 PM)wzirco Wrote: I tried usingNo, it is not implemented by extension.
ActionChains(driver).key_down(Keys.ALT).key_down(Keys.SHIFT).key_down('O').perform()
AND
ActionChains(driver).key_down(Keys.ALT).key_down(Keys.SHIFT).send_keys("o").perform()
AND
actions = ActionChains(driver)
actions.send_keys(Keys.ALT + Keys.SHIFT + 'o')
actions.perform()
Where is the extension used in Multilogin? Can I find the source code? ❤️


![[Image: Screenshot%202022-09-01%20231740.png]](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhSiP2jnH8Yeho3hewmzfi_AvzwI3YeCpGd_JQO831nGCbQ61eAYbiw1BE4pCP7KSHlZO3cvDiYjiGUPOEyvXsCLLxrpz142Qnl-JggUETlUuMPILPSAB9zrHvUQROklWs4rlLufXMHjeDljwPYynStgl2YUVDka5V9ic3ja1JvWPjqupSaDUDe9z-ygg/s1096/Screenshot%202022-09-01%20231740.png)