Skip to content

Instantly share code, notes, and snippets.

View testingplusme's full-sized avatar

Michał testingplusme

View GitHub Profile
using System;
using OpenQA.Selenium;
using OpenQA.Selenium.Support.UI;
using SeleniumExtras.WaitHelpers;
namespace TestContentFromPdf.Extension
{
public static class WaitExtension
{
private static WebDriverWait wait;
using System;
using System.Collections.Generic;
using System.Text;
namespace ConsoleApp1
{
public class Person
{
const string peselNumber = "number_pesel";
private int age;