I\'m trying to do do an arrow using Selenium Webdriver/C# compile but when I try to compile I get this error:
\'Keys\' is an ambiguous reference between \
As the error states, there are two different Keys types in two different namespaces.
Keys
You need to unambiguously qualify the type by writing OpenQA.Selenium.Keys.
OpenQA.Selenium.Keys