Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Is there a way to handle Multi Login using javascript from console?
#10
(09-01-2022, 09:23 PM)wzirco Wrote: I tried using

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()
[Image: Screenshot%202022-09-01%20231740.png]

Where is the extension used in Multilogin? Can I find the source code? ❤️

No, it is not implemented by extension.
Reply


Messages In This Thread
RE: Is there a way to handle Multi Login using javascript from console? - by Admin - 09-05-2022, 04:38 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)