I understand that the closing parenthesis is required for this kind of error..
Here is my expression and I don;t see missing anything. Please help!
selenium.waitFo rCondition(
"selenium.isEle mentPresent(\"//div[@id='endorsedCa mpaignList']//div[@class='myEndor smentsContainer ']/div[@class='BasicCo ntainer CampaignBoxOffe rRow']//div[@class='MenuBox SubTitle' and @title=\""
+ _global_sponsor _title + "\"]\");", "90000");
If I run this line: I get the Exception : missing ) after argument list
Looking forward to your reply.
Thanks! Shola
Here is my expression and I don;t see missing anything. Please help!
selenium.waitFo rCondition(
"selenium.isEle mentPresent(\"//div[@id='endorsedCa mpaignList']//div[@class='myEndor smentsContainer ']/div[@class='BasicCo ntainer CampaignBoxOffe rRow']//div[@class='MenuBox SubTitle' and @title=\""
+ _global_sponsor _title + "\"]\");", "90000");
If I run this line: I get the Exception : missing ) after argument list
Looking forward to your reply.
Thanks! Shola
Comment