Questions tagged [dynamic-text]

93 questions
-2
votes
2 answers

Dynamic Text in selenium Webdriver

I m automating a web application and need help at one point. When even i login to the web app. it ask for the user name(manager id) and then that manager id keep on flashing on home page. Manager id changes with different login credentials. So i…
-2
votes
2 answers

Changing the text of the button (at runtime)

I have a button which shows "click me!" on it. I want to see after clicking, it shows "Do not click on me!" permanently. I get the below error message in buttonname_click() function and I do not know how to resolve it (I have spent so much time on…
Nikh
  • 27
  • 6
-2
votes
3 answers

Validate dynamically created textbox to enter only numbers

I have created textbox dynamically which goes on adding on button click which is working fine, but now I want to validate that each textbox which is dynamically created should take only numerical data as input. How can I do that? I have not used…
Pratik Ray
  • 7
  • 1
  • 6
1 2 3 4 5 6
7