- sbkhbk
- Posts : 1
Join date : 2016-10-27
Trying to Automate JIRA portal using Selenium webdriver for FireFox
Thu Oct 27, 2016 9:48 pm
Hello Team,
I'm trying to automate Jira portal using selenium webdriver.
I'm unable to click on "Create Issue" link in the first page, i tried different options with "findElement", none helps.
//body class="aui-layout aui-theme-default ka ajax-issue-search-and-view page-type-navigator" id="jira" data-version="6.2.7" data-aui-version="5.3.5"////div id="page"////header id="header" role="banner"////nav class="aui-header aui-dropdown2-trigger-group" role="navigation" data-aui-responsive="true"////div class="aui-header-inner"////div class="aui-header-primary"////ul class="aui-nav" style="width: auto;"////li id="create-menu"////a title="Create a new issue / bug / feature request / etc ( Type 'c' )" class="aui-button aui-button-primary aui-style create-issue " id="create_link" accesskey="c" href="/jira/secure/CreateIssue!default.jspa"//Create issue///a/////li/////ul/////div/////div/////nav/////header/////div/////body//
FYI, am using Eclipse, TestNG plugin to script. sadly, no exceptions like unable to find element is seen in Console & no progress seen after. How should i proceed ?
Any clues on this topic would be helpful.
Appreciate your help on this topic.
Thanks in Advance.
I'm trying to automate Jira portal using selenium webdriver.
I'm unable to click on "Create Issue" link in the first page, i tried different options with "findElement", none helps.
//body class="aui-layout aui-theme-default ka ajax-issue-search-and-view page-type-navigator" id="jira" data-version="6.2.7" data-aui-version="5.3.5"////div id="page"////header id="header" role="banner"////nav class="aui-header aui-dropdown2-trigger-group" role="navigation" data-aui-responsive="true"////div class="aui-header-inner"////div class="aui-header-primary"////ul class="aui-nav" style="width: auto;"////li id="create-menu"////a title="Create a new issue / bug / feature request / etc ( Type 'c' )" class="aui-button aui-button-primary aui-style create-issue " id="create_link" accesskey="c" href="/jira/secure/CreateIssue!default.jspa"//Create issue///a/////li/////ul/////div/////div/////nav/////header/////div/////body//
FYI, am using Eclipse, TestNG plugin to script. sadly, no exceptions like unable to find element is seen in Console & no progress seen after. How should i proceed ?
Any clues on this topic would be helpful.
Appreciate your help on this topic.
Thanks in Advance.
Permissions in this forum:
You cannot reply to topics in this forum