I have no idea why this is happening. I updated chromedriver. Updated Waitr. Updated Selenium. Asked on the page-object gems.
Whener I enter a number in my text fields the number three gets skipped. For example if I have '43241' it will bcome '4241'
text_field(:thisfield ,:id=>'IDforit',:frame=>frame)
on(myPage).thisField = 1037734912
I am using it like that (Where I have a myPage defined). This will for example output 10774912.
I am using page object, watir, ruby-cucumber