Hey there, I need help with a HTML snippet. I'm trying to click on the Facebook icon and open a popup window, but when I use Selenium's click action, no error is displayed, yet the popup window doesn't appear.
If you have any solutions, please share them with me.
Here is the HTML tag:
<span style="height: 20px; width: 78px;">
<iframe id="f3117c4afe0839e" class="fb_ltr" scrolling="no" name="feea6afdd270a" style="border: medium none; overflow: hidden; height: 20px; width: 78px;" title="Like this content on Facebook." src="http://www.facebook.com/plugins/like.php?api_key=&channel_url=http%3A%2F%2Fstatic.ak.facebook.com%2Fconnect%2Fxd_arbiter.php%3Fversion%3D29%23cb%3Df1bb10fdb4eaa3c%26domain%3D%26origin%3Dhttp%253A%252F%252Fts.co.uk%252Ff3d88d5ccc0f77a%26relation%3Dparent.parent&colorscheme=light&extended_social_context=false&href=http%3A%2F%2Freasion.ui.co.uk%2Fbeauty%2Funlimited-chocolate-fondue-for-2%2F&layout=button_count&locale=en_US&node_type=link&sdk=joey&send=false&show_faces=false&width=90">
<!DOCTYPE html>
... (omitted for brevity)
Thank you in advance!