Skip to content

Instantly share code, notes, and snippets.

@henesgokdag
Created July 18, 2021 17:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save henesgokdag/eac841a690913c74c4293219a53b5a46 to your computer and use it in GitHub Desktop.
Save henesgokdag/eac841a690913c74c4293219a53b5a46 to your computer and use it in GitHub Desktop.
By by= By.ClassName("class");
//daha sonra yakaladığımız By'i aşağıdaki şekilde IWebElement'e çevirebiliriz
IWebElement element = webDriver.FindElement(by);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment