I just recently incurred a lot of problem with selenium, especially with clicking the button and switch to the dialog box.
The main problem is that I can run it in my own laptop the Dell E7250 with is 12.5", but when I moved it to another computer which is also Dell but 14", the button cannot be clicked and all the code seems to be useless. While it did run well in my own laptop.
So I make a guess, that selenium performance will be affected by the dimension of the device, is it correct?
Hi, this is my code, I can run it with the 12.5" device, but when I transferred to the Dell E7250 device, it can no longer run. My code.