Selenium Forum: Functional And Regression Testing Tool.
Would you like to react to this message? Create an account in a few clicks or log in to continue.
Search
Display results as :
Advanced Search
Latest topics
AEM Training | Free Online DemoWed Apr 21, 2021 5:45 pmazharuddin
c# PageFactory - issue initializing elementsFri Nov 01, 2019 8:40 pmthegoatboy
Selenium making automatic connection to random urlsMon Jul 08, 2019 12:58 pmrepairtechsolutions1
How can we design the custom framework in Selenium RCMon Jun 24, 2019 2:26 pmrandybonnettes
What are the new features in Selenium 3.0Tue Jun 18, 2019 5:37 pmpappyvicky
What are you using Selenium for? Fri Apr 12, 2019 3:52 amzhl
LIMITATIONS OF SELENIUMWed Apr 10, 2019 11:23 amswara
Navigation
 Portal
 Index
 Memberlist
 Profile
 FAQ
 Search

Go down
avatar
ccnnll
Posts : 6
Join date : 2011-12-03

WebDriver with jQuery jqGrid? Empty WebDriver with jQuery jqGrid?

Mon Dec 19, 2011 11:15 pm
Has anyone implemented Webdriver test automation with a jQuery jqGrid control? http://www.trirand.net/demophp.aspx

Seems like it should be possible (uniquely defined IDs for finding the elements etc) but I can't seem to get straight forward clicks on column headers or get texts on cells to do anything. Also tried the Actions APIs a bit but no success so far.


Last edited by ccnnll on Mon Dec 19, 2011 11:18 pm; edited 1 time in total (Reason for editing : link)
avatar
ccnnll
Posts : 6
Join date : 2011-12-03

WebDriver with jQuery jqGrid? Empty Re: WebDriver with jQuery jqGrid?

Wed Dec 21, 2011 4:48 am
Incase anyone runs into this... I didn't realize it was in an iFrame. As soon as I added a switchTo - the methods worked as expected.

Code:
driver.switchTo().frame("demoFrame");
avatar
loneDriver
Posts : 1
Join date : 2013-03-13

WebDriver with jQuery jqGrid? Empty Re: WebDriver with jQuery jqGrid?

Wed Mar 13, 2013 5:19 am
I had the same problem, and then I realized that
the page takes a while to load the jqgrid into a table. So I did a
wait.until method and I was able to grab the rows. I will also try the
switching into it.
Sponsored content

WebDriver with jQuery jqGrid? Empty Re: WebDriver with jQuery jqGrid?

Back to top
Permissions in this forum:
You cannot reply to topics in this forum