Now when I have got my Chrome browser working, I am playing with forms and looks like there is a problem with setting the value of element to numeric value.
setValue('.select-element-class', '100') - does not work
setValue('.select-element-class', 100) - breaks test, it gets stuck
setValue('.select-element-class', 'a100') - **works fine**
Any ideas?
Now when I have got my Chrome browser working, I am playing with forms and looks like there is a problem with setting the value of element to numeric value. setValue('.select-element-class', '100') - does not work setValue('.select-element-class', 100) - breaks test, it gets stuck setValue('.select-element-class', 'a100') - **works fine** Any ideas?