I want to click on the particular column for opening menu to use menu items like(delete , group by , ascending, descending etc).
When i run my automation code sometime it runs properly, click on the particular menu panel & open up menu bar But sometime it gives error stating that Element is not currently visible and so may not be interacted with.
Error is posted below & sample screenshot is attached for Understanding.
ERROR :-
org.openqa.selenium.ElementNotVisibleException: Element is not currently visible and so may not be interacted with
Command duration or timeout: 5.07 seconds
Build info: version: '2.48.2', revision: '41bccdd10cf2c0560f637404c2d96164b67d9d67', time: '2015-10-09 13:08:06'
System info: host: 'laptop', ip: '111.11.111.111', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_66'
Driver info: org.openqa.selenium.firefox.FirefoxDriver
Capabilities [{applicationCacheEnabled=true, rotatable=false, handlesAlerts=true, databaseEnabled=true, version=44.0.2, platform=WINDOWS, nativeEvents=false, acceptSslCerts=true, webStorageEnabled=true, locationContextEnabled=true, browserName=firefox, takesScreenshot=true, javascriptEnabled=true, cssSelectorsEnabled=true}]
Session ID: 00bae0b4-984b-4f6b-805a-376f30198bd2
For me this is a UI functionality Issue, that same thing works differently at different point of time.
So can you please let me know what is the best possible way or condition that i can resolve this problem and my automation code runs properly?
Thanks
When i run my automation code sometime it runs properly, click on the particular menu panel & open up menu bar But sometime it gives error stating that Element is not currently visible and so may not be interacted with.
Error is posted below & sample screenshot is attached for Understanding.
ERROR :-
org.openqa.selenium.ElementNotVisibleException: Element is not currently visible and so may not be interacted with
Command duration or timeout: 5.07 seconds
Build info: version: '2.48.2', revision: '41bccdd10cf2c0560f637404c2d96164b67d9d67', time: '2015-10-09 13:08:06'
System info: host: 'laptop', ip: '111.11.111.111', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_66'
Driver info: org.openqa.selenium.firefox.FirefoxDriver
Capabilities [{applicationCacheEnabled=true, rotatable=false, handlesAlerts=true, databaseEnabled=true, version=44.0.2, platform=WINDOWS, nativeEvents=false, acceptSslCerts=true, webStorageEnabled=true, locationContextEnabled=true, browserName=firefox, takesScreenshot=true, javascriptEnabled=true, cssSelectorsEnabled=true}]
Session ID: 00bae0b4-984b-4f6b-805a-376f30198bd2
For me this is a UI functionality Issue, that same thing works differently at different point of time.
So can you please let me know what is the best possible way or condition that i can resolve this problem and my automation code runs properly?
Thanks
Comment