- Agathe
- Posts : 1
Join date : 2013-04-26
Button not activated after type
Fri Apr 26, 2013 8:37 pm
Hello,
I encountered an issue with Selenium.
I type something in a text box who is in relation with a button.
In normal case,user, the user type into the text box who detect that something has been written in, so the button is activated.
But with Selenium, the button not activated, the detection of the text box seems to not work with the "type" method of Selenium.
Do you have any idea to resolve this issue.
Regards,
I encountered an issue with Selenium.
I type something in a text box who is in relation with a button.
In normal case,user, the user type into the text box who detect that something has been written in, so the button is activated.
But with Selenium, the button not activated, the detection of the text box seems to not work with the "type" method of Selenium.
Do you have any idea to resolve this issue.
Regards,
Re: Button not activated after type
Sat Apr 27, 2013 10:57 am
I suppose you face this (and many more) such issues because of using Selenium1 API. If you move to Selenium2 API you may get rid of this issue
- Which command+ target I should type when there is no id to the button
- How do i get the Xpath value for a radio button so i can click the button on a form
- Issuing mouseDownAt(locator, "0,0") & mouseUpAt(locator, "0,0") clicks the Button twice, while issuing mouseDown(locator) and mouseUp(locator) clicks the Button once
- Cannot click on button
- Use of Find button
Permissions in this forum:
You cannot reply to topics in this forum