Murp01 / DemoMavenEclipseProject

Old project with some wikinotes and issues that could be handy revisiting
0 stars 0 forks source link

Test passing despite send keys not entering text into text box #2

Open Murp01 opened 6 years ago

Murp01 commented 6 years ago

When running the test it will open site > Open Insights page. It is then meant to click in the keyword searchbox and search for a term. This does not take place. The test will still pass the step and the following steps.

image

Murp01 commented 6 years ago

https://stackoverflow.com/questions/20936403/sendkeys-are-not-working-in-selenium-webdriver

Murp01 commented 6 years ago

Tried adding .click method before the send keys. It clicked into the search box but it still did not send keys

Murp01 commented 6 years ago

What about build with click then sendkeys?

Murp01 commented 6 years ago

This worked but I'm not sure this is the standard way. More methods than necessary?

image