Advertisement
Guest User

Untitled

a guest
Jan 23rd, 2019
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1. https://carbon.now.sh/?bg=rgba(171%2C%20184%2C%20195%2C%201)&t=seti&wt=none&l=text%2Fx-csharp&ds=true&dsyoff=20px&dsblur=68px&wc=false&wa=true&pv=56px&ph=56px&ln=false&fm=Hack&fs=14px&lh=133%25&si=false&code=%255BTestMethod%255D%250Apublic%2520void%2520Random()%250A%257B%250A%2520%2520Random%2520random%2520%253D%2520new%2520Random()%253B%250A%2520%2520WindowsElement%2520calc%2520%253D%2520session.FindElementByName(%2522Calculator%2522)%253B%250A%2520%2520%250A%2520%2520for%2520(int%2520i%2520%253D%25200%253B%2520i%2520%253C%2520600%253B%2520i%252B%252B)%250A%2520%2520%257B%250A%2520%2520%2520%2520new%2520Actions(session).MoveToElement(calc).MoveByOffset(random.Next(-700%252C%2520700)%252C%2520random.Next(-700%252C%2520700)).Click().Perform()%253B%250A%2520%2520%257D%250A%257D&es=2x&wm=false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement