I am working with Silienium and I am able to open the website using firefox driver. However, I am now running into a wall as the website is flash based.
Please look at image 1 which shows the homepage for the website. I need the silenium to click on the arrow location but when I right click on the page to extract html or xpath for buttons, it doesn't show anything.
I am automating one SAP web based application and when i am clicking on button, it is not loading whole web page but displaying loading icon.
i inserted explicit wait but i want a more tuned solution for this.i have also attached image for further reference.
please tell me how can i handle this loading icon.
I am trying to install a package in Umbraco 7.1.8 using the Install local package page. I click the checkmark that I understand the security risks, browse to the zip file and then try to click the Load Package button. The button just shows a red circle with a line through it and isn't clickable. I've tried changed the order of clicking the checkbox and browsing but no luck. I've attached a screenshot of the page although the cursor isn't captured in the screenshot.
This happens locally and on my Azure server. Inspecting the button shows it is disabled.
Any suggestions would be appreciated,
Jason
I searched for this and couldn't find any references to this.
In my iOS universal app, I wanted to display the information icon (same as the utility application) at the bottom right of my main view controller and use the same both for iPhone and iPad to flip over to display information about my app and other things. On the iPadd Utility application template with XCode 4.6, the information icon is displayed as a button on the navigation bar and a UIPopOver control is used to display information.
In my case, I don't want to use a UIPopOver on the iPad but use the same flip over effect both for iPhone and iPad when clicking the information icon. Is this a valid as per Apple's guidelines or guaranteed for rejection?.
I do exactly what you're thinking of doing in my app. I used the flip transition to display my info page using the information icon as the button image. I had no problems with Apple regarding this when I submitted.
I have a normal article page with a huge image shown as a small one. What i want to do is, when the user click on the image, a new page is rendered and the image is shown at full size of the page (no menus, header, footer, etc.. just page). If the user click again, he will be redirected to the previous page.
How can i do this with joomla? I mean, i could create an html page, but i don't know how can i access it.
Any help would be appreciated,
RR
All you need to do is add this to any link you want to display without all of the module positions -
?tmpl=component
This tells Joomla to load just the component part of the page without anything else around it.
Not sure that anything specifically in Joomla is going to allow you to do that. The only way you can achieve that directly in Joomla would be using a light box type of plugin. When the user clicks the image, it will open up a full size window of the image. When the user click on the image again, it will exit the light box.
Otherwise, you can just edit the source code of the page, and change it to <img src="http://www.pathroyourimage.com/image.png"> . That way when a user clicks the image, they go directly to the picture.