A
A
Alexander2020-06-22 16:21:08
C++ / C#
Alexander, 2020-06-22 16:21:08

How to click register button on twitter.com in selenium?

How to access the Register button on twitter.com using selenium C#?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Vasily Bannikov, 2020-06-22
@vabka

Easy to google:
- How to click a button in selenium C#: stackoverflow
- Invent the selector yourself. Here is documentation on css selectors and xpath ( more )
For example, my version of css selector: a[href="/i/flow/signup"]
This is enough

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question