Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to i fill a text lable with following text 'LT-CS-01/17' #621

Closed
bhoomeendra opened this issue Jul 12, 2018 · 2 comments
Closed

How to i fill a text lable with following text 'LT-CS-01/17' #621

bhoomeendra opened this issue Jul 12, 2018 · 2 comments
Assignees

Comments

@bhoomeendra
Copy link

I want to fill a text input with 'LT-CS-01/17' this is the code that i used

roll = 'LT-CS-'+'01'+'/'+year
browser.fill('ctl00$ContentPlaceHolder1$txtrollno', roll)

and what it does is that it ignore hypen and slash how do i get over this problem

@andrewsmedina
Copy link
Member

@bhoomeendra I cant reproduce this. I changed the test to use this input value and it works. Maybe the problem should be something related with the page, like js, that are adding some side effects in the input.

@jsfehler
Copy link
Collaborator

Closing due to inactivity.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants