Simulating clicks with Java for webDriver -


I have a problem In my testing I need to click on some areas of activity. There is no locator in this area So, I click on a design a coordinate.

For this time I have this code:

driver.getMouse (). Click ( );

But I do not know what logic should I use to do this work right?

How to create a coordinate Click to use WebDriver?

Please help me

Here's the answer:

See

It is still working and is currently only available in the HTMLUnit driver. I do not know when the port will be ready for C #.

Comments

Popular posts from this blog

qt - switch/case statement in C++ with a QString type -

python - sqlite3.OperationalError: near "REFERENCES": syntax error - foreign key creating -

Python's equivalent for Ruby's define_method? -