selenium-webdriver Questions

By Eslam Mustafa - February 24, 20221 Answer

can i get a small help about selenium and scrolling the left panel only?

Am using selenium Web Driver for switching between the windows.

using java script for opening the new window

((JavascriptExecutor)driver).executeScript("window.open("http://www.gmail.com");");

After opening the new window i need to perform some actions on the newly opened window and then close it and switch back to the old window.

mentioned above works fine in Windows and Linux with all the browser combinations ,but fails in I Phone and Andriod.

Please provide what cause for this ,why this opening a new window does not work in I Phone or Android.

There are very few resources regarding this issue even they are very uncertain,please kindly provide the information regarding this issue.

Thanks in advance.

StickyMinds is a TechWell community.

Through conferences, training, consulting, and online resources, TechWell helps you develop and deliver great software every day.