I am trying to automate the Edit portion of LinkedIn Profile. I see that the pen icon for editing my profile is an SVG element and I am unable to locate it using XPATH. Can some one help transforming the XPATH to SVG format so that I can use that ?
Also would appreciate if any proper documentation of the same can be provided. Thanks in advance.
I am using the general XPATH for clicking the icon:
driver.findElement(By.xpath("//svg[@class='artdeco-icon']")).click;
Screenshot URL : https://www.screencast.com/t/d21Ap1XsMVt
Error Log link : https://drive.google.com/open?id=0B-gsMUPbAIhxQTJiSXViZTZlelU