Manish Chopra
2017-01-18 04:31:06 UTC
Hey Guys,
any help appreciated....
An extention(Wave accessability) is not running via selenium(for chrome).
1. I added extention to chrome webdriver.
2. Added a 'Keyboard shortcuts'to open this via selenium.
3. Opened my Page to test.
4. Try running extention by sending shortcut command(ctrl+m) using below.
new
Actions(Driver.ProxiedDriver).KeyDown(Keys.Control).SendKeys("m").Build().Perform();
But did not work.
little bit more
First 3 steps are working but seems like the 4th step has no effect.
any help appreciated....
An extention(Wave accessability) is not running via selenium(for chrome).
1. I added extention to chrome webdriver.
2. Added a 'Keyboard shortcuts'to open this via selenium.
3. Opened my Page to test.
4. Try running extention by sending shortcut command(ctrl+m) using below.
new
Actions(Driver.ProxiedDriver).KeyDown(Keys.Control).SendKeys("m").Build().Perform();
But did not work.
little bit more
First 3 steps are working but seems like the 4th step has no effect.
--
You received this message because you are subscribed to the Google Groups "Selenium Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to selenium-users+***@googlegroups.com.
To post to this group, send email to selenium-***@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/selenium-users/c8fe2d0e-54a7-4195-9672-d9940c096c06%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
You received this message because you are subscribed to the Google Groups "Selenium Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to selenium-users+***@googlegroups.com.
To post to this group, send email to selenium-***@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/selenium-users/c8fe2d0e-54a7-4195-9672-d9940c096c06%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.