0

could you please tell me how can I click on button when only I got is:

<div id="finder_tab.advanced" class="tabCont">
<div style="float:left;">
<a tabindex="-1" href="javascript:showFrame('finder_tab.advanced')">
</div>
<div class="tabDim tabLabelCont">
<div>
<a href="javascript:showFrame('finder_tab.advanced')">Advanced</a>
</div>

end

objIE.document.getElementById("finder_tab.advanced").Click

is no working

thanks!

6
  • You should click to anchor, not div. Try objIE.document.getElementByClassName("tabDim tabLabelCont") and click to its child. Check this post Commented May 18, 2017 at 12:56
  • It looks as though you are attempting to click on a div element. You will probably need to find the javascript function "showFrame" and determine how to trigger it. But I'm just guessing because it's not real clear what you are trying to do, other than click on a button. And I don't see a button in the html code you provided. Commented May 18, 2017 at 12:58
  • thanks for answers! this is some kind of table with bookmarks or something: image.prntscr.com/image/f83ff346f7f64d5eb2d4ff86258a31ab.png @JohnMuggins Commented May 18, 2017 at 13:13
  • Sorry, I'm blocked from that website. Commented May 18, 2017 at 13:14
  • @JohnMuggins i.imgur.com/ofMztaK.png now? Commented May 18, 2017 at 13:59

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.