I am new to Automation, and trying to automate a website. I was able to login to the site using webdriver, however I am unable to locate any elements on the next page.
I have tried locating it by id, name, css selector, linktext, xpath etc. I even put an explicit wait but that was of no help either.
I get the following error every time I try to locate the element:
Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"link text","selector":"Owner to Channel "}
Here is the page source detail for the above mentioned button:
Page source for the button
Code to locate the button:
Any suggestions? May be I am missing something.