Advertisement
Guest User

Untitled

a guest
Aug 20th, 2017
440
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.01 KB | None | 0 0
  1. [11:51] <amitev> hi all
  2. [11:51] * admc (~irssi@c-69-181-25-155.hsd1.ca.comcast.net) Quit (Quit: Leaving.)
  3. [11:53] <amitev> i have a strange issue
  4. [11:53] <amitev> i have a test app (written in java) and bat file that starts it
  5. [11:53] <amitev> if i connect to the remote machine and run the bat file manually the tests run fine
  6. [11:54] <amitev> but if i connect to the remote machine using ssh and execute the tests WebDriver yields that one of the elements is not visible and cannot be manipulated
  7. [11:54] <amitev> idea what might be wrong?
  8. [11:56] <barancev> amitev: same OS, same browser?
  9. [11:56] <barancev> same selenium version?
  10. [11:56] <amitev> i talk about the same machine
  11. [11:56] <amitev> everything happens on the same machine
  12. [11:57] <amitev> but first time i run the test suite manually from double clicking the bat file
  13. [11:57] <amitev> the second time i run that bat file through ssh connection
  14. [11:57] <barancev> and what is this lement?
  15. [11:57] <amitev> it's a link that is displayed on a css modal panel
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement