sendKeys() in Selenium web driver

前端 未结 11 1762
野性不改
野性不改 2020-12-31 04:23

I am new to Selenium. I just want to send keys to a username text box and send a tab key both at a time so that text box can check for availability of username.

11条回答
  •  天涯浪人
    2020-12-31 05:27

    The simplest solution is Go to Build Path > Configure Build Path > Java Compiler and then select the 'Compiler compliance level:' to the latest one from 1.4 (probably you have this).

提交回复
热议问题